Uses of Enum
toxi.geom.Plane.Classifier
-
Uses of Plane.Classifier in toxi.geom
Modifier and TypeMethodDescriptionPlane.classifyPoint
(ReadonlyVec3D p, float tolerance) Classifies the relative position of the given point to the plane using the given tolerance.static Plane.Classifier
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
ModifierConstructorDescriptionPlaneSelector
(Mesh3D mesh, Plane plane, Plane.Classifier classifier) PlaneSelector
(Mesh3D mesh, Plane plane, Plane.Classifier classifier, float tolerance)