icetBoundingBoxd(3) set bounds of geometry

Other Alias

icetBoundingBoxf

Synopsis

#include <IceT.h>

void icetBoundingBoxd(IceTDoublex_min,
IceTDoublex_max,
IceTDoubley_min,
IceTDoubley_max,
IceTDoublez_min,
IceTDoublez_max );

void icetBoundingBoxf(IceTFloatx_min,
IceTFloatx_max,
IceTFloaty_min,
IceTFloaty_max,
IceTFloatz_min,
IceTFloatz_max );

Description

Establishes the bounds of the geometry as contained in an axis-aligned box with the given extents.

icetBoundingBoxdand icetBoundingBoxf are really just convience functions. They create an array of the 8 corner vertices and set the bounding vertices appropriately. See icetBoundingVertices for more information.

Errors

None.

Warnings

None.

Bugs

None known.

Copyright

Copyright (C)2003 Sandia Corporation

Under the terms of Contract DE-AC04-94AL85000 with Sandia Corporation, the U.S. Government retains certain rights in this software.

This source code is released under the New BSD License.

See Also

icetBoundingVertices(3)