Tao.Ode SDK Documentation

Ode.dGeomSpherePointDepth Method 

[Visual Basic]
Public Shared Function dGeomSpherePointDepth( _
   ByVal sphere As IntPtr, _
   ByVal x As Single, _
   ByVal y As Single, _
   ByVal z As Single _
) As Single
[C#]
public static float dGeomSpherePointDepth(
   IntPtr sphere,
   float x,
   float y,
   float z
);

See Also

Ode Class | Tao.Ode Namespace