Class PxVehicleFixedSizeLookupTableFloat_3

java.lang.Object
physx.NativeObject
physx.vehicle2.PxVehicleFixedSizeLookupTableFloat_3

public class PxVehicleFixedSizeLookupTableFloat_3 extends NativeObject
  • Field Details

    • SIZEOF

      public static final int SIZEOF
    • ALIGNOF

      public static final int ALIGNOF
      See Also:
  • Constructor Details

    • PxVehicleFixedSizeLookupTableFloat_3

      protected PxVehicleFixedSizeLookupTableFloat_3(long address)
    • PxVehicleFixedSizeLookupTableFloat_3

      public PxVehicleFixedSizeLookupTableFloat_3()
  • Method Details

    • wrapPointer

      public static PxVehicleFixedSizeLookupTableFloat_3 wrapPointer(long address)
    • arrayGet

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

      public void destroy()
    • addPair

      public boolean addPair(float x, float y)
      Parameters:
      x - WebIDL type: float
      y - WebIDL type: float
      Returns:
      WebIDL type: boolean
    • interpolate

      public float interpolate(float x)
      Parameters:
      x - WebIDL type: float
      Returns:
      WebIDL type: float
    • clear

      public void clear()
    • isValid

      public boolean isValid()
      Returns:
      WebIDL type: boolean