Uses of Class
eu.mihosoft.vrl.v3d.Plane
Packages that use Plane
-
Uses of Plane in eu.mihosoft.vrl.v3d
Fields in eu.mihosoft.vrl.v3d declared as PlaneModifier and TypeFieldDescriptionfinal Plane
Polygon.plane
Plane defined by this polygon.static final Plane
Plane.XY_PLANE
XY plane.static final Plane
Plane.XZ_PLANE
XZ plane.static final Plane
Plane.YZ_PLANE
YZ plane.Methods in eu.mihosoft.vrl.v3d that return PlaneModifier and TypeMethodDescriptionPlane.clone()
static Plane
Plane.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