Uses of Class
toxi.geom.Plane.Classifier

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

Uses of Plane.Classifier in toxi.geom
 

Methods in toxi.geom that return Plane.Classifier
 Plane.Classifier Plane.classifyPoint(ReadonlyVec3D p, float tolerance)
          Classifies the relative position of the given point to the plane using the given tolerance.
static Plane.Classifier Plane.Classifier.valueOf(java.lang.String name)
          Returns the enum constant of this type with the specified name.
static Plane.Classifier[] Plane.Classifier.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 

Uses of Plane.Classifier in toxi.geom.mesh
 

Fields in toxi.geom.mesh declared as Plane.Classifier
 Plane.Classifier PlaneSelector.classifier
           
 

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