Constructor DynamicsWorld
DynamicsWorld(int, int)
Construct a dynamics world with the given number of uninitialized motions.
Declaration
public DynamicsWorld(int numMotions, int numJoints)
Parameters
Type | Name | Description |
---|---|---|
int | numMotions | Number of motions. |
int | numJoints | Number of joints. |