Class PxVehicleFrame

java.lang.Object
physx.NativeObject
physx.vehicle2.PxVehicleFrame

public class PxVehicleFrame extends NativeObject
  • Field Details

    • SIZEOF

      public static final int SIZEOF
    • ALIGNOF

      public static final int ALIGNOF
      See Also:
  • Constructor Details

    • PxVehicleFrame

      protected PxVehicleFrame(long address)
    • PxVehicleFrame

      public PxVehicleFrame()
  • Method Details

    • wrapPointer

      public static PxVehicleFrame wrapPointer(long address)
    • arrayGet

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

      public void destroy()
    • getLngAxis

      public PxVehicleAxesEnum getLngAxis()
      The axis defining the longitudinal (forward) direction of the vehicle.
    • setLngAxis

      public void setLngAxis(PxVehicleAxesEnum value)
      The axis defining the longitudinal (forward) direction of the vehicle.
    • getLatAxis

      public PxVehicleAxesEnum getLatAxis()
      The axis defining the lateral (side) direction of the vehicle.
    • setLatAxis

      public void setLatAxis(PxVehicleAxesEnum value)
      The axis defining the lateral (side) direction of the vehicle.
    • getVrtAxis

      public PxVehicleAxesEnum getVrtAxis()
      The axis defining the vertical (up) direction of the vehicle.
    • setVrtAxis

      public void setVrtAxis(PxVehicleAxesEnum value)
      The axis defining the vertical (up) direction of the vehicle.
    • setToDefault

      public void setToDefault()
    • getFrame

      public PxMat33 getFrame()
      Returns:
      WebIDL type: PxMat33 [Value]
    • isValid

      public boolean isValid()
      Returns:
      WebIDL type: boolean