Tao.Ode SDK Documentation

Ode.dGeomSphereGetRadius Method 

Return the radius of the given sphere.

[Visual Basic]
Public Shared Function dGeomSphereGetRadius( _
   ByVal sphere As IntPtr _
) As Single
[C#]
public static float dGeomSphereGetRadius(
   IntPtr sphere
);

Parameters

sphere
A dGeomID

Return Value

A dReal

See Also

Ode Class | Tao.Ode Namespace