java.lang.Object
physx.geometry.PxContactBuffer.Raw
- Enclosing class:
- PxContactBuffer
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic longcontact(long address) static booleancontact(long address, long pt) static booleancontact(long address, long worldPoint, long worldNormalIn, float separation) static booleancontact(long address, long worldPoint, long worldNormalIn, float separation, int faceIndex1) static voiddestroy(long address) static longgetContacts(long address, int index) static intgetCount(long address) static intstatic intgetPad(long address) static voidreset(long address) static voidsetContacts(long address, int index, long value) static voidsetCount(long address, int value) static voidsetPad(long address, int value)
-
Constructor Details
-
Raw
public Raw()
-
-
Method Details
-
destroy
public static void destroy(long address) -
getContacts
public static long getContacts(long address, int index) -
setContacts
public static void setContacts(long address, int index, long value) -
getCount
public static int getCount(long address) -
setCount
public static void setCount(long address, int value) -
getPad
public static int getPad(long address) -
setPad
public static void setPad(long address, int value) -
getMAX_CONTACTS
public static int getMAX_CONTACTS() -
reset
public static void reset(long address) -
contact
public static boolean contact(long address, long worldPoint, long worldNormalIn, float separation) -
contact
public static boolean contact(long address, long worldPoint, long worldNormalIn, float separation, int faceIndex1) -
contact
public static boolean contact(long address, long pt) -
contact
public static long contact(long address)
-