java.lang.Object
physx.NativeObject
physx.vehicle2.PxVehicleTireSpeedState
PxVehicleTireSpeedState stores the components of the instantaneous velocity of the rigid body at the tire contact point projected
along the lateral and longitudinal axes of the tire.
- See Also:
-
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 PxVehicleTireSpeedStatearrayGet(long baseAddress, int index) voiddestroy()floatgetSpeedStates(int index) voidsetSpeedStates(int index, float value) voidstatic PxVehicleTireSpeedStatewrapPointer(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
-
PxVehicleTireSpeedState
protected PxVehicleTireSpeedState(long address) -
PxVehicleTireSpeedState
public PxVehicleTireSpeedState()
-
-
Method Details
-
wrapPointer
-
arrayGet
-
destroy
public void destroy() -
getSpeedStates
public float getSpeedStates(int index) - Parameters:
index- Array index- Returns:
- WebIDL type: float
-
setSpeedStates
public void setSpeedStates(int index, float value) - Parameters:
index- Array indexvalue- WebIDL type: float
-
setToDefault
public void setToDefault()
-