Class IndexedTriangleU16


  • public class IndexedTriangleU16
    extends java.lang.Object
    indexed triangle class that has 3 indices that points to 3
    vertices in an array typically used with the IndexedTriMesh class.
    the indice type (size) is templated.
    • Constructor Detail

      • IndexedTriangleU16

        public IndexedTriangleU16​(long cPtr,
                                  boolean cMemoryOwn)
      • IndexedTriangleU16

        public IndexedTriangleU16()
        default constructor
      • IndexedTriangleU16

        public IndexedTriangleU16​(IndexedTriangleU16 f)
        copy constructor

        Parameters:
        f - [in] - The face that is to be copied.
    • Method Detail

      • delete

        public void delete()
      • getVertexIdx

        public SWIGTYPE_p_uint16_t getVertexIdx​(long i)
        returns the index of vertex i of the triangle