Tao.Ode SDK Documentation
Ode.dGeomSetOffsetRotation Method
[Visual Basic]
Public Shared Sub dGeomSetOffsetRotation( _
ByVal
geom
As
IntPtr
, _
ByVal
R
As
dMatrix3
_
)
[C#]
public static
void
dGeomSetOffsetRotation(
IntPtr
geom
,
dMatrix3
R
);
See Also
Ode Class
|
Tao.Ode Namespace