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()floatvoidsetColumn0(PxVec3 value) voidsetColumn1(PxVec3 value) voidsetColumn2(PxVec3 value) transformTranspose(PxVec3 other) 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]
-
PxMat33
-
PxMat33
public PxMat33(float r) - Parameters:
r- WebIDL type: float
-
PxMat33
- Parameters:
q- WebIDL type:PxQuat[Const, Ref]
-
-
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]
-
getTranspose
- Returns:
- WebIDL type:
PxMat33[Value]
-
getInverse
- Returns:
- WebIDL type:
PxMat33[Value]
-
getDeterminant
public float getDeterminant()- Returns:
- WebIDL type: float
-
transform
-
transformTranspose
-