java.lang.Object
physx.NativeObject
physx.vhacd.Vector_VHACDVertex
-
Nested Class Summary
Nested classes/interfaces inherited from class physx.NativeObject
NativeObject.Allocator<T> -
Field Summary
FieldsFields inherited from class physx.NativeObject
address, isExternallyAllocated, SIZEOF_BYTE, SIZEOF_DOUBLE, SIZEOF_FLOAT, SIZEOF_INT, SIZEOF_LONG, SIZEOF_POINTER, SIZEOF_SHORT -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic Vector_VHACDVertexarrayGet(long baseAddress, int index) at(int index) voidclear()data()voiddestroy()voidpush_back(VHACDVertex value) intsize()static Vector_VHACDVertexwrapPointer(long address) Methods inherited from class physx.NativeObject
checkNotNull, equals, getAddress, hashCode
-
Field Details
-
SIZEOF
public static final int SIZEOF -
ALIGNOF
public static final int ALIGNOF- See Also:
-
-
Constructor Details
-
Vector_VHACDVertex
protected Vector_VHACDVertex() -
Vector_VHACDVertex
protected Vector_VHACDVertex(long address)
-
-
Method Details
-
wrapPointer
-
arrayGet
-
destroy
public void destroy() -
at
- Parameters:
index- WebIDL type: unsigned long- Returns:
- WebIDL type:
VHACDVertex[Ref]
-
data
- Returns:
- WebIDL type:
VHACDVertex
-
size
public int size()- Returns:
- WebIDL type: unsigned long
-
push_back
- Parameters:
value- WebIDL type:VHACDVertex[Ref]
-
clear
public void clear()
-