0.44.0
|
#include <iPhysicsJoint.h>
Public Member Functions | |
void * | getNewtonJoint () const |
uint64 | getID () |
uint64 | getBody0ID () |
uint64 | getBody1ID () |
void | registerSubmitConstraintsDelegate (iSubmitConstraintsDelegate submitConstraintsDelegate) |
void | unregisterSubmitConstraintsDelegate (iSubmitConstraintsDelegate submitConstraintsDelegate) |
Friends | |
class | iPhysics |
void | SubmitConstraints (const void *const joint, float64 timestep, int threadIndex) |
wrapper for the NewtonJoint handle
uint64 igor::iPhysicsJoint::getBody0ID | ( | ) |
uint64 igor::iPhysicsJoint::getBody1ID | ( | ) |
uint64 igor::iPhysicsJoint::getID | ( | ) |
void * igor::iPhysicsJoint::getNewtonJoint | ( | ) | const |
void igor::iPhysicsJoint::registerSubmitConstraintsDelegate | ( | iSubmitConstraintsDelegate | submitConstraintsDelegate | ) |
void igor::iPhysicsJoint::unregisterSubmitConstraintsDelegate | ( | iSubmitConstraintsDelegate | submitConstraintsDelegate | ) |
|
friend |
|
friend |
joint | the newton joint to submit the constraints to |
timestep | time delta |
threadIndex | thread index |