java.lang.Object
physx.vhacd.VHACDVertex.Raw
- Enclosing class:
- VHACDVertex
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic voiddestroy(long address) static doublegetMX(long address) static doublegetMY(long address) static doublegetMZ(long address) static voidsetMX(long address, double value) static voidsetMY(long address, double value) static voidsetMZ(long address, double value) static long
-
Constructor Details
-
Raw
public Raw()
-
-
Method Details
-
VHACDVertex
public static long VHACDVertex() -
destroy
public static void destroy(long address) -
getMX
public static double getMX(long address) -
setMX
public static void setMX(long address, double value) -
getMY
public static double getMY(long address) -
setMY
public static void setMY(long address, double value) -
getMZ
public static double getMZ(long address) -
setMZ
public static void setMZ(long address, double value)
-