java.lang.Object
physx.NativeObject
physx.common.PxMat33
-
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 PxMat33arrayGet(long baseAddress, int index) voiddestroy()voidsetColumn0(PxVec3 value) voidsetColumn1(PxVec3 value) voidsetColumn2(PxVec3 value) static PxMat33wrapPointer(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
-
PxMat33
protected PxMat33(long address) -
PxMat33
public PxMat33() -
PxMat33
- Parameters:
r- WebIDL type:PxIDENTITYEnum[enum]
-
-
Method Details
-
wrapPointer
-
arrayGet
-
destroy
public void destroy() -
getColumn0
- Returns:
- WebIDL type:
PxVec3[Value]
-
setColumn0
- Parameters:
value- WebIDL type:PxVec3[Value]
-
getColumn1
- Returns:
- WebIDL type:
PxVec3[Value]
-
setColumn1
- Parameters:
value- WebIDL type:PxVec3[Value]
-
getColumn2
- Returns:
- WebIDL type:
PxVec3[Value]
-
setColumn2
- Parameters:
value- WebIDL type:PxVec3[Value]
-