Tao.Ode SDK Documentation

Ode.dGeomRaySetLength Method 

Set the length of the given ray.

[Visual Basic]
Public Shared Sub dGeomRaySetLength( _
   ByVal ray As IntPtr, _
   ByVal length As Single _
)
[C#]
public static void dGeomRaySetLength(
   IntPtr ray,
   float length
);

Parameters

ray
the ray to change
length
the new length of the ray

See Also

Ode Class | Tao.Ode Namespace