Tao.Ode SDK Documentation

Ode.dGeomRayGet Method (IntPtr, Single, Single)

[Visual Basic]
Overloads Public Shared Sub dGeomRayGet( _
   ByVal ray As IntPtr, _
   ByRef startX As Single, _
   ByRef dirX As Single _
)
[C#]
public static void dGeomRayGet(
   IntPtr ray,
   ref float startX,
   ref float dirX
);

See Also

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