java.lang.Object
physx.NativeObject
physx.vehicle2.PxVehicleTireForceParams
-
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 PxVehicleTireForceParamsarrayGet(long baseAddress, int index) voiddestroy()floatfloatfloatfloatfloatbooleanisValid()voidsetCamberStiff(float value) voidsetLatStiffX(float value) voidsetLatStiffY(float value) voidsetLongStiff(float value) voidsetRestLoad(float value) transformAndScale(PxVehicleFrame srcFrame, PxVehicleFrame trgFrame, PxVehicleScale srcScale, PxVehicleScale trgScale) static PxVehicleTireForceParamswrapPointer(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
-
PxVehicleTireForceParams
protected PxVehicleTireForceParams(long address) -
PxVehicleTireForceParams
public PxVehicleTireForceParams()
-
-
Method Details
-
wrapPointer
-
arrayGet
-
destroy
public void destroy() -
getLatStiffX
public float getLatStiffX()- Returns:
- WebIDL type: float
-
setLatStiffX
public void setLatStiffX(float value) - Parameters:
value- WebIDL type: float
-
getLatStiffY
public float getLatStiffY()- Returns:
- WebIDL type: float
-
setLatStiffY
public void setLatStiffY(float value) - Parameters:
value- WebIDL type: float
-
getLongStiff
public float getLongStiff()- Returns:
- WebIDL type: float
-
setLongStiff
public void setLongStiff(float value) - Parameters:
value- WebIDL type: float
-
getCamberStiff
public float getCamberStiff()- Returns:
- WebIDL type: float
-
setCamberStiff
public void setCamberStiff(float value) - Parameters:
value- WebIDL type: float
-
getRestLoad
public float getRestLoad()- Returns:
- WebIDL type: float
-
setRestLoad
public void setRestLoad(float value) - Parameters:
value- WebIDL type: float
-
transformAndScale
public PxVehicleTireForceParams 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:
PxVehicleTireForceParams[Value]
-
isValid
public boolean isValid()- Returns:
- WebIDL type: boolean
-