Uses of Class
toxi.geom.Plane

Packages that use Plane
toxi.geom   
toxi.geom.mesh   
 

Uses of Plane in toxi.geom
 

Fields in toxi.geom declared as Plane
static Plane Plane.XY
           
static Plane Plane.XZ
           
static Plane Plane.YZ
           
 

Uses of Plane in toxi.geom.mesh
 

Fields in toxi.geom.mesh declared as Plane
 Plane PlaneSelector.plane
           
 

Constructors in toxi.geom.mesh with parameters of type Plane
PlaneSelector(Mesh3D mesh, Plane plane, Plane.Classifier classifier)
           
PlaneSelector(Mesh3D mesh, Plane plane, Plane.Classifier classifier, float tolerance)