Class ConvexHull3D.Face
java.lang.Object
org.episteme.core.mathematics.geometry.ConvexHull3D.Face
- Enclosing class:
ConvexHull3D
Represents a triangular face of the hull.
- Since:
- 1.0
- Author:
- Silvere Martin-Michiellot, Gemini AI (Google DeepMind)
-
Constructor Details
-
Face
-
-
Method Details
-
getVertices
-
getV1
-
getV2
-
getV3
-
getNormal
-
getArea
-
signedDistanceTo
-
isVisible
Checks if a point is in front of (outside) this face. -
getCentroid
Returns the centroid of this face. -
toString
-