Uses of Class
org.apache.commons.geometry.euclidean.threed.SimpleTriangle3D
-
Packages that use SimpleTriangle3D Package Description org.apache.commons.geometry.euclidean.threed This package provides basic 3D geometry components. -
-
Uses of SimpleTriangle3D in org.apache.commons.geometry.euclidean.threed
Methods in org.apache.commons.geometry.euclidean.threed that return SimpleTriangle3D Modifier and Type Method Description SimpleTriangle3D
SimpleTriangle3D. reverse()
Reverse the orientation of the hyperplane for this instance, returning the result as a new instance.SimpleTriangle3D
SimpleTriangle3D. transform(Transform<Vector3D> transform)
Return a new hyperplane subset resulting from the application of the given transform.
-