Package org.robwork.sdurw_geometry
Class IndexedPolygon_32
- java.lang.Object
-
- org.robwork.sdurw_geometry.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 Summary
Constructors Constructor Description IndexedPolygon_32(long cPtr, boolean cMemoryOwn)
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description void
delete()
long
get(long i)
static long
getCPtr(IndexedPolygon_32 obj)
SWIGTYPE_p_unsigned_int
getVertexIdx(long i)
returns the index of vertex i of the trianglevoid
set(long i, long d)
long
size()
Number of vertices of this polygon
-
-
-
Method Detail
-
getCPtr
public static long getCPtr(IndexedPolygon_32 obj)
-
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
-
-