Tao.Ode SDK Documentation |
|
Ode.dGeomRayGetLength Method
Get the length of the given ray.
[Visual Basic]
Public Shared Function dGeomRayGetLength( _
ByVal
ray As
IntPtr _
) As
Single
[C#]
public static
float dGeomRayGetLength(
IntPtr ray);
Parameters
-
ray
- the ray to query
Return Value
the length of the ray
See Also
Ode Class | Tao.Ode Namespace