java.lang.Object
physx.NativeObject
physx.vhacd.VHACDTriangle
-
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 VHACDTrianglearrayGet(long baseAddress, int index) voiddestroy()intgetMI0()intgetMI1()intgetMI2()voidsetMI0(int value) voidsetMI1(int value) voidsetMI2(int value) static VHACDTrianglewrapPointer(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
-
VHACDTriangle
protected VHACDTriangle(long address) -
VHACDTriangle
public VHACDTriangle()
-
-
Method Details
-
wrapPointer
-
arrayGet
-
destroy
public void destroy() -
getMI0
public int getMI0()- Returns:
- WebIDL type: unsigned long
-
setMI0
public void setMI0(int value) - Parameters:
value- WebIDL type: unsigned long
-
getMI1
public int getMI1()- Returns:
- WebIDL type: unsigned long
-
setMI1
public void setMI1(int value) - Parameters:
value- WebIDL type: unsigned long
-
getMI2
public int getMI2()- Returns:
- WebIDL type: unsigned long
-
setMI2
public void setMI2(int value) - Parameters:
value- WebIDL type: unsigned long
-