Tao.Ode SDK Documentation
Ode.dGeomPlaneGetParams Method
[Visual Basic]
Public Shared Sub dGeomPlaneGetParams( _
ByVal
plane
As
IntPtr
, _
ByRef
result
As
dVector4
_
)
[C#]
public static
void
dGeomPlaneGetParams(
IntPtr
plane
,
ref
dVector4
result
);
See Also
Ode Class
|
Tao.Ode Namespace