java.lang.Object
physx.NativeObject
physx.vehicle2.PxVehicleWheelParams
-
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 PxVehicleWheelParamsarrayGet(long baseAddress, int index) voiddestroy()floatfloatfloatgetMass()floatgetMoi()floatbooleanisValid()voidsetDampingRate(float value) voidsetHalfWidth(float value) voidsetMass(float value) voidsetMoi(float value) voidsetRadius(float value) transformAndScale(PxVehicleFrame srcFrame, PxVehicleFrame trgFrame, PxVehicleScale srcScale, PxVehicleScale trgScale) static PxVehicleWheelParamswrapPointer(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
-
PxVehicleWheelParams
protected PxVehicleWheelParams(long address) -
PxVehicleWheelParams
public PxVehicleWheelParams()
-
-
Method Details
-
wrapPointer
-
arrayGet
-
destroy
public void destroy() -
getRadius
public float getRadius()- Returns:
- WebIDL type: float
-
setRadius
public void setRadius(float value) - Parameters:
value- WebIDL type: float
-
getHalfWidth
public float getHalfWidth()- Returns:
- WebIDL type: float
-
setHalfWidth
public void setHalfWidth(float value) - Parameters:
value- WebIDL type: float
-
getMass
public float getMass()- Returns:
- WebIDL type: float
-
setMass
public void setMass(float value) - Parameters:
value- WebIDL type: float
-
getMoi
public float getMoi()- Returns:
- WebIDL type: float
-
setMoi
public void setMoi(float value) - Parameters:
value- WebIDL type: float
-
getDampingRate
public float getDampingRate()- Returns:
- WebIDL type: float
-
setDampingRate
public void setDampingRate(float value) - Parameters:
value- WebIDL type: float
-
transformAndScale
public PxVehicleWheelParams transformAndScale(PxVehicleFrame srcFrame, PxVehicleFrame trgFrame, PxVehicleScale srcScale, PxVehicleScale trgScale) - Parameters:
srcFrame- WebIDL type:PxVehicleFrame[Const, Ref]trgFrame- WebIDL type:PxVehicleFrame[Const, Ref]srcScale- WebIDL type:PxVehicleScale[Const, Ref]trgScale- WebIDL type:PxVehicleScale[Const, Ref]- Returns:
- WebIDL type:
PxVehicleWheelParams[Value]
-
isValid
public boolean isValid()- Returns:
- WebIDL type: boolean
-