Tao.Ode SDK Documentation |
|
Ode.dJointGetHinge2Angle2Rate Method
Get the time derivative of hinge-2 angle 2
[Visual Basic]
Public Shared Function dJointGetHinge2Angle2Rate( _
ByVal
joint As
IntPtr _
) As
Single
[C#]
public static
float dJointGetHinge2Angle2Rate(
IntPtr joint);
Parameters
-
joint
- A dJointID
Return Value
A dReal
See Also
Ode Class | Tao.Ode Namespace