java.lang.Object
physx.NativeObject
physx.vehicle2.PxVehicleSuspensionComplianceState
The effect of suspension compliance on toe and camber angle and on the tire and suspension force application points.
-
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 TypeMethodDescriptionarrayGet(long baseAddress, int index) voiddestroy()floatThe camber angle in radians that arises from suspension compliance.The suspension force application point that arises from suspension compliance.The tire force application point that arises from suspension compliance.floatgetToe()The toe angle in radians that arises from suspension compliance.voidsetCamber(float value) The camber angle in radians that arises from suspension compliance.voidsetSuspForceAppPoint(PxVec3 value) The suspension force application point that arises from suspension compliance.voidsetTireForceAppPoint(PxVec3 value) The tire force application point that arises from suspension compliance.voidvoidsetToe(float value) The toe angle in radians that arises from suspension compliance.wrapPointer(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
-
PxVehicleSuspensionComplianceState
protected PxVehicleSuspensionComplianceState(long address) -
PxVehicleSuspensionComplianceState
public PxVehicleSuspensionComplianceState()
-
-
Method Details
-
wrapPointer
-
arrayGet
-
destroy
public void destroy() -
getToe
public float getToe()The toe angle in radians that arises from suspension compliance. Note: toe is expressed in the suspension frame. -
setToe
public void setToe(float value) The toe angle in radians that arises from suspension compliance. Note: toe is expressed in the suspension frame. -
getCamber
public float getCamber()The camber angle in radians that arises from suspension compliance. Note: camber is expressed in the suspension frame. -
setCamber
public void setCamber(float value) The camber angle in radians that arises from suspension compliance. Note: camber is expressed in the suspension frame. -
getTireForceAppPoint
The tire force application point that arises from suspension compliance. Note: tireForceAppPoint is expressed in the suspension frame. -
setTireForceAppPoint
The tire force application point that arises from suspension compliance. Note: tireForceAppPoint is expressed in the suspension frame. -
getSuspForceAppPoint
The suspension force application point that arises from suspension compliance. Note: suspForceAppPoint is expressed in the suspension frame. -
setSuspForceAppPoint
The suspension force application point that arises from suspension compliance. Note: suspForceAppPoint is expressed in the suspension frame. -
setToDefault
public void setToDefault()
-