Class PxVehicleSuspensionComplianceState

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

public class PxVehicleSuspensionComplianceState extends NativeObject
  • 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()
      Returns:
      WebIDL type: float
    • setToe

      public void setToe(float value)
      Parameters:
      value - WebIDL type: float
    • getCamber

      public float getCamber()
      Returns:
      WebIDL type: float
    • setCamber

      public void setCamber(float value)
      Parameters:
      value - WebIDL type: float
    • getTireForceAppPoint

      public PxVec3 getTireForceAppPoint()
      Returns:
      WebIDL type: PxVec3 [Value]
    • setTireForceAppPoint

      public void setTireForceAppPoint(PxVec3 value)
      Parameters:
      value - WebIDL type: PxVec3 [Value]
    • getSuspForceAppPoint

      public PxVec3 getSuspForceAppPoint()
      Returns:
      WebIDL type: PxVec3 [Value]
    • setSuspForceAppPoint

      public void setSuspForceAppPoint(PxVec3 value)
      Parameters:
      value - WebIDL type: PxVec3 [Value]
    • setToDefault

      public void setToDefault()