java.lang.Object
physx.geometry.PxContactPoint.Raw
- Enclosing class:
- PxContactPoint
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic voiddestroy(long address) static floatgetDamping(long address) static floatgetDynamicFriction(long address) static intgetInternalFaceIndex1(long address) static bytegetMaterialFlags(long address) static floatgetMaxImpulse(long address) static longgetNormal(long address) static longgetPoint(long address) static floatgetRestitution(long address) static floatgetSeparation(long address) static floatgetStaticFriction(long address) static longgetTargetVel(long address) static longstatic voidsetDamping(long address, float value) static voidsetDynamicFriction(long address, float value) static voidsetInternalFaceIndex1(long address, int value) static voidsetMaterialFlags(long address, byte value) static voidsetMaxImpulse(long address, float value) static voidsetNormal(long address, long value) static voidsetPoint(long address, long value) static voidsetRestitution(long address, float value) static voidsetSeparation(long address, float value) static voidsetStaticFriction(long address, float value) static voidsetTargetVel(long address, long value)
-
Constructor Details
-
Raw
public Raw()
-
-
Method Details
-
PxContactPoint
public static long PxContactPoint() -
destroy
public static void destroy(long address) -
getNormal
public static long getNormal(long address) -
setNormal
public static void setNormal(long address, long value) -
getPoint
public static long getPoint(long address) -
setPoint
public static void setPoint(long address, long value) -
getTargetVel
public static long getTargetVel(long address) -
setTargetVel
public static void setTargetVel(long address, long value) -
getSeparation
public static float getSeparation(long address) -
setSeparation
public static void setSeparation(long address, float value) -
getMaxImpulse
public static float getMaxImpulse(long address) -
setMaxImpulse
public static void setMaxImpulse(long address, float value) -
getStaticFriction
public static float getStaticFriction(long address) -
setStaticFriction
public static void setStaticFriction(long address, float value) -
getMaterialFlags
public static byte getMaterialFlags(long address) -
setMaterialFlags
public static void setMaterialFlags(long address, byte value) -
getInternalFaceIndex1
public static int getInternalFaceIndex1(long address) -
setInternalFaceIndex1
public static void setInternalFaceIndex1(long address, int value) -
getDynamicFriction
public static float getDynamicFriction(long address) -
setDynamicFriction
public static void setDynamicFriction(long address, float value) -
getRestitution
public static float getRestitution(long address) -
setRestitution
public static void setRestitution(long address, float value) -
getDamping
public static float getDamping(long address) -
setDamping
public static void setDamping(long address, float value)
-