Tao.Ode SDK Documentation

Ode.dGeomBoxPointDepth Method 

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

See Also

Ode Class | Tao.Ode Namespace