Class PxVehicleWheelParams

java.lang.Object
physx.NativeObject
physx.vehicle2.PxVehicleWheelParams

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

      public static PxVehicleWheelParams wrapPointer(long address)
    • arrayGet

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