Tao.Ode SDK Documentation

Ode.dGeomRayGetClosestHit Method 

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

[Visual Basic]
Public Shared Function dGeomRayGetClosestHit( _
   ByVal g As IntPtr _
) As Integer
[C#]
public static int dGeomRayGetClosestHit(
   IntPtr g
);

Parameters

g
the ray to query

Return Value

An int representing the closest hit parameter

See Also

Ode Class | Tao.Ode Namespace