Uses of Class
eu.mihosoft.vrl.v3d.Plane
Packages that use Plane
- 
Uses of Plane in eu.mihosoft.vrl.v3dFields in eu.mihosoft.vrl.v3d declared as PlaneModifier and TypeFieldDescriptionfinal PlanePolygon.planePlane defined by this polygon.static final PlanePlane.XY_PLANEXY plane.static final PlanePlane.XZ_PLANEXZ plane.static final PlanePlane.YZ_PLANEYZ plane.Methods in eu.mihosoft.vrl.v3d that return PlaneModifier and TypeMethodDescriptionPlane.clone()static PlanePlane.createFromPoints(Vector3d a, Vector3d b, Vector3d c) Creates a plane defined by the the specified points.Methods in eu.mihosoft.vrl.v3d with parameters of type Plane