Uses of Class
toxi.geom.PointCloud

Packages that use PointCloud
toxi.geom   
 

Uses of PointCloud in toxi.geom
 

Methods in toxi.geom that return PointCloud
 PointCloud PointCloud.addAll(java.util.List<? extends Vec3D> plist)
           
 PointCloud PointCloud.addPoint(Vec3D p)
           
 PointCloud PointCloud.applyMatrix(Matrix4x4 m)
          Applies the given transformation matrix to all points in the cloud.
 PointCloud PointCloud.center()
          Updates all points in the cloud so that their new centroid is at the origin.
 PointCloud PointCloud.center(ReadonlyVec3D origin)
          Updates all points in the cloud so that their new centroid is at the given point.
 PointCloud PointCloud.clear()
          Removes all points from the cloud and resets the bounds and centroid.
 PointCloud PointCloud.copy()
          Creates a deep copy of the cloud
 PointCloud PointCloud.updateBounds()
          Recalculates the bounding box, bounding sphere and centroid of the cloud.