Tao.Ode SDK Documentation

Ode.dGeomPlaneGetParams Method 

Return in result the parameters of the given plane.

[Visual Basic]
Public Shared Sub dGeomPlaneGetParams( _
   ByVal plane As IntPtr, _
   ByRef result As dVector4 _
)
[C#]
public static void dGeomPlaneGetParams(
   IntPtr plane,
   ref dVector4 result
);

Parameters

plane
the plane to query
result
A dVector4 containing the plane's parameters

See Also

Ode Class | Tao.Ode Namespace