Tao.Ode SDK Documentation

Ode.dInfiniteAABB Method 

This function can be used as the AABB-getting function in a geometry class, if you don't want to compute tight bounds for the AABB. It returns +/- infinity in each direction.

[Visual Basic]
Public Shared Sub dInfiniteAABB( _
   ByVal geom As IntPtr, _
   ByRef aabb As Aabb _
)
[C#]
public static void dInfiniteAABB(
   IntPtr geom,
   ref Aabb aabb
);

Parameters

geom
the geom
aabb
the returned Aabb with all positions set to +/- infinity

See Also

Ode Class | Tao.Ode Namespace