Tao.Ode SDK Documentation

Ode.dHeightfieldGetHeight Delegate

[Visual Basic]
Public Delegate Function Ode.dHeightfieldGetHeight( _
   ByVal p_user_data As IntPtr, _
   ByVal x As Integer, _
   ByVal z As Integer _
) As Single
[C#]
public delegate float Ode.dHeightfieldGetHeight(
   IntPtr p_user_data,
   int x,
   int z
);

Requirements

Namespace: Tao.Ode

Assembly: Tao.Ode (in Tao.Ode.dll)

See Also

Tao.Ode Namespace