java.lang.Object
physx.NativeObject
physx.physics.PxContactPairPoint
-
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 PxContactPairPointarrayGet(long baseAddress, int index) voiddestroy()intintfloatvoidsetImpulse(PxVec3 value) voidsetInternalFaceIndex0(int value) voidsetInternalFaceIndex1(int value) voidvoidsetPosition(PxVec3 value) voidsetSeparation(float value) static PxContactPairPointwrapPointer(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
-
PxContactPairPoint
protected PxContactPairPoint() -
PxContactPairPoint
protected PxContactPairPoint(long address)
-
-
Method Details
-
wrapPointer
-
arrayGet
-
destroy
public void destroy() -
getPosition
- Returns:
- WebIDL type:
PxVec3[Value]
-
setPosition
- Parameters:
value- WebIDL type:PxVec3[Value]
-
getSeparation
public float getSeparation()- Returns:
- WebIDL type: float
-
setSeparation
public void setSeparation(float value) - Parameters:
value- WebIDL type: float
-
getNormal
- Returns:
- WebIDL type:
PxVec3[Value]
-
setNormal
- Parameters:
value- WebIDL type:PxVec3[Value]
-
getInternalFaceIndex0
public int getInternalFaceIndex0()- Returns:
- WebIDL type: unsigned long
-
setInternalFaceIndex0
public void setInternalFaceIndex0(int value) - Parameters:
value- WebIDL type: unsigned long
-
getImpulse
- Returns:
- WebIDL type:
PxVec3[Value]
-
setImpulse
- Parameters:
value- WebIDL type:PxVec3[Value]
-
getInternalFaceIndex1
public int getInternalFaceIndex1()- Returns:
- WebIDL type: unsigned long
-
setInternalFaceIndex1
public void setInternalFaceIndex1(int value) - Parameters:
value- WebIDL type: unsigned long
-