Class PxVehicleSuspensionComplianceState

java.lang.Object
physx.NativeObject
physx.vehicle2.PxVehicleSuspensionComplianceState

public class PxVehicleSuspensionComplianceState extends NativeObject
The effect of suspension compliance on toe and camber angle and on the tire and suspension force application points.
  • Field Details

    • SIZEOF

      public static final int SIZEOF
    • ALIGNOF

      public static final int ALIGNOF
      See Also:
  • Constructor Details

    • PxVehicleSuspensionComplianceState

      protected PxVehicleSuspensionComplianceState(long address)
    • PxVehicleSuspensionComplianceState

      public PxVehicleSuspensionComplianceState()
  • Method Details

    • wrapPointer

      public static PxVehicleSuspensionComplianceState wrapPointer(long address)
    • arrayGet

      public static PxVehicleSuspensionComplianceState arrayGet(long baseAddress, int index)
    • destroy

      public void destroy()
    • getToe

      public float getToe()
      The toe angle in radians that arises from suspension compliance. Note: toe is expressed in the suspension frame.
    • setToe

      public void setToe(float value)
      The toe angle in radians that arises from suspension compliance. Note: toe is expressed in the suspension frame.
    • getCamber

      public float getCamber()
      The camber angle in radians that arises from suspension compliance. Note: camber is expressed in the suspension frame.
    • setCamber

      public void setCamber(float value)
      The camber angle in radians that arises from suspension compliance. Note: camber is expressed in the suspension frame.
    • getTireForceAppPoint

      public PxVec3 getTireForceAppPoint()
      The tire force application point that arises from suspension compliance. Note: tireForceAppPoint is expressed in the suspension frame.
    • setTireForceAppPoint

      public void setTireForceAppPoint(PxVec3 value)
      The tire force application point that arises from suspension compliance. Note: tireForceAppPoint is expressed in the suspension frame.
    • getSuspForceAppPoint

      public PxVec3 getSuspForceAppPoint()
      The suspension force application point that arises from suspension compliance. Note: suspForceAppPoint is expressed in the suspension frame.
    • setSuspForceAppPoint

      public void setSuspForceAppPoint(PxVec3 value)
      The suspension force application point that arises from suspension compliance. Note: suspForceAppPoint is expressed in the suspension frame.
    • setToDefault

      public void setToDefault()