Class PxVehicleRoadGeometryState

java.lang.Object
physx.NativeObject
physx.vehicle2.PxVehicleRoadGeometryState

public class PxVehicleRoadGeometryState extends NativeObject
  • Field Details

    • SIZEOF

      public static final int SIZEOF
    • ALIGNOF

      public static final int ALIGNOF
      See Also:
  • Constructor Details

    • PxVehicleRoadGeometryState

      protected PxVehicleRoadGeometryState(long address)
    • PxVehicleRoadGeometryState

      public PxVehicleRoadGeometryState()
  • Method Details

    • wrapPointer

      public static PxVehicleRoadGeometryState wrapPointer(long address)
    • arrayGet

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

      public void destroy()
    • getPlane

      public PxPlane getPlane()
      the plane under the wheel
    • setPlane

      public void setPlane(PxPlane value)
      the plane under the wheel
    • getFriction

      public float getFriction()
      the friction to be used by the tire model
    • setFriction

      public void setFriction(float value)
      the friction to be used by the tire model
    • getVelocity

      public PxVec3 getVelocity()
      the velocity of the road geometry
    • setVelocity

      public void setVelocity(PxVec3 value)
      the velocity of the road geometry
    • getHitState

      public boolean getHitState()
      true if a plane is found, false if there is no plane.
    • setHitState

      public void setHitState(boolean value)
      true if a plane is found, false if there is no plane.
    • setToDefault

      public void setToDefault()