Class PxVehicleTireForceParams

java.lang.Object
physx.NativeObject
physx.vehicle2.PxVehicleTireForceParams

public class PxVehicleTireForceParams extends NativeObject
  • 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

      public static PxVehicleTireForceParams wrapPointer(long address)
    • arrayGet

      public static PxVehicleTireForceParams arrayGet(long baseAddress, int index)
    • 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