Class PxVehicleTopLevelFunctions

java.lang.Object
physx.NativeObject
physx.vehicle2.PxVehicleTopLevelFunctions

public class PxVehicleTopLevelFunctions extends NativeObject
  • Field Details

    • SIZEOF

      public static final int SIZEOF
    • ALIGNOF

      public static final int ALIGNOF
      See Also:
  • Constructor Details

    • PxVehicleTopLevelFunctions

      protected PxVehicleTopLevelFunctions()
    • PxVehicleTopLevelFunctions

      protected PxVehicleTopLevelFunctions(long address)
  • Method Details

    • wrapPointer

      public static PxVehicleTopLevelFunctions wrapPointer(long address)
    • arrayGet

      public static PxVehicleTopLevelFunctions arrayGet(long baseAddress, int index)
    • getMAX_NB_ENGINE_TORQUE_CURVE_ENTRIES

      public static int getMAX_NB_ENGINE_TORQUE_CURVE_ENTRIES()
      Returns:
      WebIDL type: unsigned long
    • InitVehicleExtension

      public static boolean InitVehicleExtension(PxFoundation foundation)
      Parameters:
      foundation - WebIDL type: PxFoundation [Ref]
      Returns:
      WebIDL type: boolean
    • CloseVehicleExtension

      public static void CloseVehicleExtension()
    • VehicleComputeSprungMasses

      public static boolean VehicleComputeSprungMasses(int nbSprungMasses, Vector_PxVec3 sprungMassCoordinates, float totalMass, PxVehicleAxesEnum gravityDirection, Vector_PxReal sprungMasses)
      Parameters:
      nbSprungMasses - WebIDL type: unsigned long
      sprungMassCoordinates - WebIDL type: Vector_PxVec3 [Const, Ref]
      totalMass - WebIDL type: float
      gravityDirection - WebIDL type: PxVehicleAxesEnum [enum]
      sprungMasses - WebIDL type: Vector_PxReal [Ref]
      Returns:
      WebIDL type: boolean
    • VehicleUnitCylinderSweepMeshCreate

      public static PxConvexMesh VehicleUnitCylinderSweepMeshCreate(PxVehicleFrame vehicleFrame, PxPhysics physics, PxCookingParams params)
      Parameters:
      vehicleFrame - WebIDL type: PxVehicleFrame [Const, Ref]
      physics - WebIDL type: PxPhysics [Ref]
      params - WebIDL type: PxCookingParams [Const, Ref]
      Returns:
      WebIDL type: PxConvexMesh
    • VehicleUnitCylinderSweepMeshDestroy

      public static void VehicleUnitCylinderSweepMeshDestroy(PxConvexMesh mesh)
      Parameters:
      mesh - WebIDL type: PxConvexMesh