Package physx.vhacd

Class VHACDConvexHull

java.lang.Object
physx.NativeObject
physx.vhacd.VHACDConvexHull

public class VHACDConvexHull extends NativeObject
  • Field Details

    • SIZEOF

      public static final int SIZEOF
    • ALIGNOF

      public static final int ALIGNOF
      See Also:
  • Constructor Details

    • VHACDConvexHull

      protected VHACDConvexHull(long address)
    • VHACDConvexHull

      public VHACDConvexHull()
  • Method Details

    • wrapPointer

      public static VHACDConvexHull wrapPointer(long address)
    • arrayGet

      public static VHACDConvexHull arrayGet(long baseAddress, int index)
    • createAt

      public static VHACDConvexHull createAt(long address)
      Parameters:
      address - Pre-allocated memory, where the object is created.
      Returns:
      Stack allocated object of VHACDConvexHull
    • createAt

      public static <T> VHACDConvexHull createAt(T allocator, NativeObject.Allocator<T> allocate)
      Type Parameters:
      T - Allocator class, e.g. LWJGL's MemoryStack.
      Parameters:
      allocator - Object to use for allocation, e.g. an instance of LWJGL's MemoryStack.
      allocate - Method to call on allocator to obtain the target address, e.g. MemoryStack::nmalloc.
      Returns:
      Stack allocated object of VHACDConvexHull
    • destroy

      public void destroy()
    • getM_points

      public Vector_VHACDVertex getM_points()
      Returns:
      WebIDL type: Vector_VHACDVertex [Value]
    • setM_points

      public void setM_points(Vector_VHACDVertex value)
      Parameters:
      value - WebIDL type: Vector_VHACDVertex [Value]
    • getM_triangles

      public Vector_VHACDTriangle getM_triangles()
      Returns:
      WebIDL type: Vector_VHACDTriangle [Value]
    • setM_triangles

      public void setM_triangles(Vector_VHACDTriangle value)
      Parameters:
      value - WebIDL type: Vector_VHACDTriangle [Value]
    • getM_volume

      public double getM_volume()
      Returns:
      WebIDL type: double
    • setM_volume

      public void setM_volume(double value)
      Parameters:
      value - WebIDL type: double
    • getM_meshId

      public int getM_meshId()
      Returns:
      WebIDL type: unsigned long
    • setM_meshId

      public void setM_meshId(int value)
      Parameters:
      value - WebIDL type: unsigned long