Package physx.support

Class Vector_PxReal

java.lang.Object
physx.NativeObject
physx.support.Vector_PxReal

public class Vector_PxReal extends NativeObject
  • Field Details

    • SIZEOF

      public static final int SIZEOF
    • ALIGNOF

      public static final int ALIGNOF
      See Also:
  • Constructor Details

    • Vector_PxReal

      protected Vector_PxReal(long address)
    • Vector_PxReal

      public Vector_PxReal()
    • Vector_PxReal

      public Vector_PxReal(int size)
      Parameters:
      size - WebIDL type: unsigned long
  • Method Details

    • wrapPointer

      public static Vector_PxReal wrapPointer(long address)
    • arrayGet

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

      public void destroy()
    • at

      public float at(int index)
      Parameters:
      index - WebIDL type: unsigned long
      Returns:
      WebIDL type: float
    • data

      public NativeObject data()
      Returns:
      WebIDL type: VoidPtr
    • size

      public int size()
      Returns:
      WebIDL type: unsigned long
    • push_back

      public void push_back(float value)
      Parameters:
      value - WebIDL type: float
    • clear

      public void clear()