java.lang.Object
physx.NativeObject
physx.vehicle2.PxVehicleFrame
-
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 PxVehicleFramearrayGet(long baseAddress, int index) voiddestroy()getFrame()The axis defining the lateral (side) direction of the vehicle.The axis defining the longitudinal (forward) direction of the vehicle.The axis defining the vertical (up) direction of the vehicle.booleanisValid()voidsetLatAxis(PxVehicleAxesEnum value) The axis defining the lateral (side) direction of the vehicle.voidsetLngAxis(PxVehicleAxesEnum value) The axis defining the longitudinal (forward) direction of the vehicle.voidvoidsetVrtAxis(PxVehicleAxesEnum value) The axis defining the vertical (up) direction of the vehicle.static PxVehicleFramewrapPointer(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
-
PxVehicleFrame
protected PxVehicleFrame(long address) -
PxVehicleFrame
public PxVehicleFrame()
-
-
Method Details
-
wrapPointer
-
arrayGet
-
destroy
public void destroy() -
getLngAxis
The axis defining the longitudinal (forward) direction of the vehicle. -
setLngAxis
The axis defining the longitudinal (forward) direction of the vehicle. -
getLatAxis
The axis defining the lateral (side) direction of the vehicle. -
setLatAxis
The axis defining the lateral (side) direction of the vehicle. -
getVrtAxis
The axis defining the vertical (up) direction of the vehicle. -
setVrtAxis
The axis defining the vertical (up) direction of the vehicle. -
setToDefault
public void setToDefault() -
getFrame
- Returns:
- WebIDL type:
PxMat33[Value]
-
isValid
public boolean isValid()- Returns:
- WebIDL type: boolean
-