Tao.Ode SDK Documentation

Ode.dGeomPlanePointDepth Method 

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

See Also

Ode Class | Tao.Ode Namespace