Package physx.support

Class Vector_PxSweepHit

java.lang.Object
physx.NativeObject
physx.support.Vector_PxSweepHit

public class Vector_PxSweepHit extends NativeObject
  • Field Details

    • SIZEOF

      public static final int SIZEOF
    • ALIGNOF

      public static final int ALIGNOF
      See Also:
  • Constructor Details

    • Vector_PxSweepHit

      protected Vector_PxSweepHit(long address)
    • Vector_PxSweepHit

      public Vector_PxSweepHit()
    • Vector_PxSweepHit

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

    • wrapPointer

      public static Vector_PxSweepHit wrapPointer(long address)
    • arrayGet

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

      public void destroy()
    • at

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

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

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

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

      public void clear()