Tao.Ode SDK Documentation
Ode.dJointGetAMotorAxis Method
[Visual Basic]
Public Shared Sub dJointGetAMotorAxis( _
ByVal
joint
As
IntPtr
, _
ByVal
anum
As
Integer
, _
ByRef
result
As
dVector3
_
)
[C#]
public static
void
dJointGetAMotorAxis(
IntPtr
joint
,
int
anum
,
ref
dVector3
result
);
See Also
Ode Class
|
Tao.Ode Namespace