Class PxVehicleTireDirectionState

java.lang.Object
physx.NativeObject
physx.vehicle2.PxVehicleTireDirectionState

public class PxVehicleTireDirectionState extends NativeObject
PxVehicleTireDirectionState stores the world frame lateral and longtidinal axes of the tire after projecting the wheel pose in the world frame onto the road geometry plane (also in the world frame).
  • Field Details

    • SIZEOF

      public static final int SIZEOF
    • ALIGNOF

      public static final int ALIGNOF
      See Also:
  • Constructor Details

    • PxVehicleTireDirectionState

      protected PxVehicleTireDirectionState(long address)
    • PxVehicleTireDirectionState

      public PxVehicleTireDirectionState()
  • Method Details

    • wrapPointer

      public static PxVehicleTireDirectionState wrapPointer(long address)
    • arrayGet

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

      public void destroy()
    • getDirections

      public PxVec3 getDirections(int index)
      Parameters:
      index - Array index
      Returns:
      WebIDL type: PxVec3 [Value]
    • setDirections

      public void setDirections(int index, PxVec3 value)
      Parameters:
      index - Array index
      value - WebIDL type: PxVec3 [Value]
    • setToDefault

      public void setToDefault()