Uses of Class
toxi.geom.Plane
Packages that use Plane
-
Uses of Plane in toxi.geom
Modifier and TypeFieldDescriptionstatic final PlanePlane.XYstatic final PlanePlane.XZstatic final PlanePlane.YZModifier and TypeMethodDescriptionPlane.intersectsPlane(Plane plane) Computes the intersection ray between this plane and the given one.void -
Uses of Plane in toxi.geom.mesh
Fields in toxi.geom.mesh declared as PlaneConstructors in toxi.geom.mesh with parameters of type PlaneModifierConstructorDescriptionPlaneSelector(Mesh3D mesh, Plane plane, Plane.Classifier classifier) PlaneSelector(Mesh3D mesh, Plane plane, Plane.Classifier classifier, float tolerance) -
Uses of Plane in toxi.processing
Methods in toxi.processing with parameters of type Plane