Tao.Ode SDK Documentation

Ode.dGetAABBFn Delegate

[Visual Basic]
Public Delegate Sub Ode.dGetAABBFn( _
   ByVal geom As IntPtr, _
   ByRef aabb As Single _
)
[C#]
public delegate void Ode.dGetAABBFn(
   IntPtr geom,
   out float aabb
);

Requirements

Namespace: Tao.Ode

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

See Also

Tao.Ode Namespace