Class IndexedPolygon_32

  • Direct Known Subclasses:
    IndexedPolygonN_32, IndexedPolygonNN_32

    public class IndexedPolygon_32
    extends java.lang.Object
    indexed polygon class that saves N indices to the N vertices of the polygon
    • Constructor Detail

      • IndexedPolygon_32

        public IndexedPolygon_32​(long cPtr,
                                 boolean cMemoryOwn)
    • Method Detail

      • delete

        public void delete()
      • getVertexIdx

        public SWIGTYPE_p_unsigned_int getVertexIdx​(long i)
        returns the index of vertex i of the triangle
      • get

        public long get​(long i)
      • set

        public void set​(long i,
                        long d)
      • size

        public long size()
        Number of vertices of this polygon
        Returns:
        Number of vertices