Package physx.support

Class Vector_PxVec4

java.lang.Object
physx.NativeObject
physx.support.Vector_PxVec4

public class Vector_PxVec4 extends NativeObject
  • Field Details

    • SIZEOF

      public static final int SIZEOF
    • ALIGNOF

      public static final int ALIGNOF
      See Also:
  • Constructor Details

    • Vector_PxVec4

      protected Vector_PxVec4(long address)
    • Vector_PxVec4

      public Vector_PxVec4()
    • Vector_PxVec4

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

    • wrapPointer

      public static Vector_PxVec4 wrapPointer(long address)
    • arrayGet

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

      public void destroy()
    • at

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

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

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

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

      public void clear()