java.lang.Object
physx.vhacd.VHACDConvexHull.Raw
- Enclosing class:
- VHACDConvexHull
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic voiddestroy(long address) static intgetM_meshId(long address) static longgetM_points(long address) static longgetM_triangles(long address) static doublegetM_volume(long address) static voidsetM_meshId(long address, int value) static voidsetM_points(long address, long value) static voidsetM_triangles(long address, long value) static voidsetM_volume(long address, double value) static longstatic voidVHACDConvexHull_placed(long address)
-
Constructor Details
-
Raw
public Raw()
-
-
Method Details
-
VHACDConvexHull_placed
public static void VHACDConvexHull_placed(long address) -
VHACDConvexHull
public static long VHACDConvexHull() -
destroy
public static void destroy(long address) -
getM_points
public static long getM_points(long address) -
setM_points
public static void setM_points(long address, long value) -
getM_triangles
public static long getM_triangles(long address) -
setM_triangles
public static void setM_triangles(long address, long value) -
getM_volume
public static double getM_volume(long address) -
setM_volume
public static void setM_volume(long address, double value) -
getM_meshId
public static int getM_meshId(long address) -
setM_meshId
public static void setM_meshId(long address, int value)
-