Tao.Ode SDK Documentation

Ode.dGeomRayGetParams Method (IntPtr, Int32, Int32)

[Visual Basic]
Overloads Public Shared Sub dGeomRayGetParams( _
   ByVal g As IntPtr, _
   ByRef FirstContact As Integer, _
   ByRef BackfaceCull As Integer _
)
[C#]
public static void dGeomRayGetParams(
   IntPtr g,
   ref int FirstContact,
   ref int BackfaceCull
);

See Also

Ode Class | Tao.Ode Namespace | Ode.dGeomRayGetParams Overload List