Interface TriangleMesh.Face

    • Method Detail

      • getPoint1

        Vector3D getPoint1()
        Get the first vertex in the face.
        Returns:
        the first vertex in the face
      • getPoint2

        Vector3D getPoint2()
        Get the second vertex in the face.
        Returns:
        the second vertex in the face
      • getPoint3

        Vector3D getPoint3()
        Get the third vertex in the face.
        Returns:
        the third vertex in the face