Package physx.vhacd

Class VHACDImpl

java.lang.Object
physx.NativeObject
physx.vhacd.VHACDImpl

public class VHACDImpl extends NativeObject
  • Field Details

    • SIZEOF

      public static final int SIZEOF
    • ALIGNOF

      public static final int ALIGNOF
      See Also:
  • Constructor Details

    • VHACDImpl

      protected VHACDImpl(long address)
    • VHACDImpl

      public VHACDImpl()
  • Method Details

    • wrapPointer

      public static VHACDImpl wrapPointer(long address)
    • arrayGet

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

      public void destroy()
    • Compute

      public boolean Compute(PxRealConstPtr points, int countPoints, PxU32ConstPtr triangles, int countTriangles, VHACDParameters params)
      Parameters:
      points - WebIDL type: PxRealConstPtr [Const, Ref]
      countPoints - WebIDL type: unsigned long
      triangles - WebIDL type: PxU32ConstPtr [Const, Ref]
      countTriangles - WebIDL type: unsigned long
      params - WebIDL type: VHACDParameters [Const, Ref]
      Returns:
      WebIDL type: boolean
    • GetNConvexHulls

      public int GetNConvexHulls()
      Returns:
      WebIDL type: unsigned long
    • GetConvexHull

      public boolean GetConvexHull(int index, VHACDConvexHull ch)
      Parameters:
      index - WebIDL type: unsigned long
      ch - WebIDL type: VHACDConvexHull [Ref]
      Returns:
      WebIDL type: boolean