Interface Boundary3D.Face

All Known Implementing Classes:
ConvexPolyhedron3D.TriangularFace
Enclosing interface:
Boundary3D

public static interface Boundary3D.Face
Represents a face of the 3D boundary.
Since:
1.0
Author:
Silvere Martin-Michiellot, Gemini AI (Google DeepMind)
  • Method Summary

    Modifier and Type
    Method
    Description
    Returns the area of this face.
    Returns the outward-facing normal vector.
    Returns the vertices of this face.
  • Method Details

    • getVertices

      List<Point3D> getVertices()
      Returns the vertices of this face.
      Returns:
      list of vertices
    • getNormal

      Vector3D getNormal()
      Returns the outward-facing normal vector.
      Returns:
      the normal
    • getArea

      Real getArea()
      Returns the area of this face.
      Returns:
      the area