Package physx.support

Class Vector_PxVec3

java.lang.Object
physx.NativeObject
physx.support.Vector_PxVec3

public class Vector_PxVec3 extends NativeObject
  • Field Details

    • SIZEOF

      public static final int SIZEOF
    • ALIGNOF

      public static final int ALIGNOF
      See Also:
  • Constructor Details

    • Vector_PxVec3

      protected Vector_PxVec3(long address)
    • Vector_PxVec3

      public Vector_PxVec3()
    • Vector_PxVec3

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

    • wrapPointer

      public static Vector_PxVec3 wrapPointer(long address)
    • arrayGet

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

      public void destroy()
    • at

      public PxVec3 at(int index)
      Parameters:
      index - WebIDL type: unsigned long
      Returns:
      WebIDL type: PxVec3 [Ref]
    • data

      public PxVec3 data()
      Returns:
      WebIDL type: PxVec3
    • size

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

      public void push_back(PxVec3 value)
      Parameters:
      value - WebIDL type: PxVec3 [Ref]
    • clear

      public void clear()