Uses of Enum
toxi.geom.Plane.Classifier
Packages that use Plane.Classifier
- 
Uses of Plane.Classifier in toxi.geomMethods in toxi.geom that return Plane.ClassifierModifier and TypeMethodDescriptionPlane.classifyPoint(ReadonlyVec3D p, float tolerance) Classifies the relative position of the given point to the plane using the given tolerance.static Plane.ClassifierReturns 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.meshFields in toxi.geom.mesh declared as Plane.ClassifierConstructors in toxi.geom.mesh with parameters of type Plane.ClassifierModifierConstructorDescriptionPlaneSelector(Mesh3D mesh, Plane plane, Plane.Classifier classifier) PlaneSelector(Mesh3D mesh, Plane plane, Plane.Classifier classifier, float tolerance)