Uses of Class
org.apache.commons.math3.geometry.euclidean.threed.Plane
-
Packages that use Plane Package Description org.apache.commons.math3.geometry.euclidean.threed This package provides basic 3D geometry components. -
-
Uses of Plane in org.apache.commons.math3.geometry.euclidean.threed
Fields in org.apache.commons.math3.geometry.euclidean.threed declared as Plane Modifier and Type Field Description private PlanePolyhedronsSet.RotationTransform. cachedOriginalCached original hyperplane.private PlanePolyhedronsSet.TranslationTransform. cachedOriginalCached original hyperplane.Methods in org.apache.commons.math3.geometry.euclidean.threed that return Plane Modifier and Type Method Description PlanePolyhedronsSet.RotationTransform. apply(Hyperplane<Euclidean3D> hyperplane)Transform an hyperplane of a space.PlanePolyhedronsSet.TranslationTransform. apply(Hyperplane<Euclidean3D> hyperplane)Transform an hyperplane of a space.PlanePlane. copySelf()Copy the instance.PlanePlane. rotate(Vector3D center, Rotation rotation)Rotate the plane around the specified point.PlanePlane. translate(Vector3D translation)Translate the plane by the specified amount.Methods in org.apache.commons.math3.geometry.euclidean.threed with parameters of type Plane Modifier and Type Method Description doublePlane. getOffset(Plane plane)Get the offset (oriented distance) of a parallel plane.LinePlane. intersection(Plane other)Build the line shared by the instance and another plane.static Vector3DPlane. intersection(Plane plane1, Plane plane2, Plane plane3)Get the intersection point of three planes.booleanPlane. isSimilarTo(Plane plane)Check if the instance is similar to another plane.voidPlane. reset(Plane original)Reset the instance from another one.Constructors in org.apache.commons.math3.geometry.euclidean.threed with parameters of type Plane Constructor Description Plane(Plane plane)Copy constructor.
-