Uses of Class
org.hipparchus.geometry.euclidean.threed.Plane
Packages that use Plane
Package
Description
This package provides basic 3D geometry components.
-
Uses of Plane in org.hipparchus.geometry.euclidean.threed
Methods in org.hipparchus.geometry.euclidean.threed that return PlaneModifier and TypeMethodDescriptionPlane.copySelf()
Copy the instance.Rotate the plane around the specified point.Translate the plane by the specified amount.Methods in org.hipparchus.geometry.euclidean.threed that return types with arguments of type PlaneModifier and TypeMethodDescriptionPolyhedronsSet.firstIntersection
(Vector3D point, Line line) Get the first sub-hyperplane crossed by a semi-infinite line.Split the instance in two parts by an hyperplane.Methods in org.hipparchus.geometry.euclidean.threed with parameters of type PlaneModifier and TypeMethodDescriptionprotected SubPlane
Build a sub-hyperplane from an hyperplane and a region.double
Get the offset (oriented distance) of a parallel plane.Plane.intersection
(Plane other) Build the line shared by the instance and another plane.static Vector3D
Plane.intersection
(Plane plane1, Plane plane2, Plane plane3) Get the intersection point of three planes.boolean
Plane.isSimilarTo
(Plane plane) Check if the instance is similar to another plane.void
Reset the instance from another one.boolean
Plane.sameOrientationAs
(Plane other) Check if the instance has the same orientation as another hyperplane.Split the instance in two parts by an hyperplane.Method parameters in org.hipparchus.geometry.euclidean.threed with type arguments of type PlaneModifier and TypeMethodDescriptionBuild a region using the instance as a prototype.Constructors in org.hipparchus.geometry.euclidean.threed with parameters of type PlaneModifierConstructorDescriptionCopy constructor.Simple constructor.Constructor parameters in org.hipparchus.geometry.euclidean.threed with type arguments of type PlaneModifierConstructorDescriptionPolyhedronsSet
(BSPTree<Euclidean3D, Vector3D, Plane, SubPlane> tree, double tolerance) Build a polyhedrons set from a BSP tree.