Uses of Class
toxi.geom.PointCloud3D
-
Uses of PointCloud3D in toxi.geom
Modifier and TypeMethodDescriptionPointCloud3D.applyMatrix
(Matrix4x4 m) Applies the given transformation matrix to all points in the cloud.PointCloud3D.center()
Updates all points in the cloud so that their new centroid is at the origin.PointCloud3D.center
(ReadonlyVec3D origin) Updates all points in the cloud so that their new centroid is at the given point.PointCloud3D.clear()
Removes all points from the cloud and resets the bounds and centroid.PointCloud3D.copy()
Creates a deep copy of the cloudPointCloud3D.updateBounds()
Recalculates the bounding box, bounding sphere and centroid of the cloud.