java.lang.Object
physx.geometry.PxBoxGeometry.Raw
- Enclosing class:
- PxBoxGeometry
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic voiddestroy(long address) static longgetHalfExtents(long address) static longPxBoxGeometry(float hx, float hy, float hz) static voidPxBoxGeometry_placed(long address, float hx, float hy, float hz) static voidsetHalfExtents(long address, long value)
-
Constructor Details
-
Raw
public Raw()
-
-
Method Details
-
PxBoxGeometry_placed
public static void PxBoxGeometry_placed(long address, float hx, float hy, float hz) -
PxBoxGeometry
public static long PxBoxGeometry(float hx, float hy, float hz) -
destroy
public static void destroy(long address) -
getHalfExtents
public static long getHalfExtents(long address) -
setHalfExtents
public static void setHalfExtents(long address, long value)
-