java.lang.Object
physx.NativeObject
physx.vehicle2.PxVehicleTireDirectionState
PxVehicleTireDirectionState stores the world frame lateral and longtidinal axes of the tire after
projecting the wheel pose in the world frame onto the road geometry plane (also in the world frame).
-
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 PxVehicleTireDirectionStatearrayGet(long baseAddress, int index) voiddestroy()getDirections(int index) voidsetDirections(int index, PxVec3 value) voidstatic PxVehicleTireDirectionStatewrapPointer(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
-
PxVehicleTireDirectionState
protected PxVehicleTireDirectionState(long address) -
PxVehicleTireDirectionState
public PxVehicleTireDirectionState()
-
-
Method Details