Tao.Ode SDK Documentation

Ode.dGeomRaySetClosestHit Method 

Set the closest hit parameter for a ray TODO: Document me - not documented in ODE

[Visual Basic]
Public Shared Sub dGeomRaySetClosestHit( _
   ByVal g As IntPtr, _
   ByVal closestHit As Integer _
)
[C#]
public static void dGeomRaySetClosestHit(
   IntPtr g,
   int closestHit
);

Parameters

g
the ray to set
closestHit
An int representing closest hit - not documented in ODE

See Also

Ode Class | Tao.Ode Namespace