java.lang.Object
physx.geometry.PxHullPolygon.Raw
- Enclosing class:
- PxHullPolygon
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic voiddestroy(long address) static shortgetMIndexBase(long address) static shortgetMNbVerts(long address) static floatgetMPlane(long address, int index) static longstatic voidPxHullPolygon_placed(long address) static voidsetMIndexBase(long address, short value) static voidsetMNbVerts(long address, short value) static voidsetMPlane(long address, int index, float value)
-
Constructor Details
-
Raw
public Raw()
-
-
Method Details
-
PxHullPolygon_placed
public static void PxHullPolygon_placed(long address) -
PxHullPolygon
public static long PxHullPolygon() -
destroy
public static void destroy(long address) -
getMPlane
public static float getMPlane(long address, int index) -
setMPlane
public static void setMPlane(long address, int index, float value) -
getMNbVerts
public static short getMNbVerts(long address) -
setMNbVerts
public static void setMNbVerts(long address, short value) -
getMIndexBase
public static short getMIndexBase(long address) -
setMIndexBase
public static void setMIndexBase(long address, short value)
-