Panda3D
|
Static Public Member Functions | |
static int | areConnected (OdeBody const body1, OdeBody const body2) |
static int | areConnectedExcluding (OdeBody const body1, OdeBody const body2, int joint_type) |
static OdeCollisionEntry | collide (OdeGeom const geom1, OdeGeom const geom2, short int max_contacts) |
static OdeCollisionEntry | collide (OdeGeom const geom1, OdeGeom const geom2) |
static int | collide2 (OdeGeom const geom1, OdeGeom const geom2, PyObject arg, PyObject callback) |
static OdeJoint | getConnectingJoint (OdeBody const body1, OdeBody const body2) |
static OdeJointCollection | getConnectingJointList (OdeBody const body1, OdeBody const body2) |
static float | getInfinity () |
static int | randGetSeed () |
static | randSetSeed (int s) |
static OdeGeom | spaceToGeom (OdeSpace const space) |
static int areConnectedExcluding | ( | OdeBody const | body1, |
OdeBody const | body2, | ||
int | joint_type | ||
) | [static] |
static OdeCollisionEntry collide | ( | OdeGeom const | geom1, |
OdeGeom const | geom2, | ||
short int | max_contacts | ||
) | [static] |
static OdeCollisionEntry collide | ( | OdeGeom const | geom1, |
OdeGeom const | geom2 | ||
) | [static] |
static int collide2 | ( | OdeGeom const | geom1, |
OdeGeom const | geom2, | ||
PyObject | arg, | ||
PyObject | callback | ||
) | [static] |
static OdeJointCollection getConnectingJointList | ( | OdeBody const | body1, |
OdeBody const | body2 | ||
) | [static] |
static float getInfinity | ( | ) | [static] |
static int randGetSeed | ( | ) | [static] |
static randSetSeed | ( | int | s | ) | [static] |