Tao.Ode SDK Documentation

Ode.dGeomCapsulePointDepth Method 

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

See Also

Ode Class | Tao.Ode Namespace