Scroll to navigation

icetBoundingBox(3) IceT Reference icetBoundingBox(3)

NAME

icetBoundingBoxd,icetBoundingBoxf -- set bounds of geometry

Synopsis

#include <IceT.h>

void icetBoundingBoxd( IceTDouble x_min,
IceTDouble x_max,
IceTDouble y_min,
IceTDouble y_max,
IceTDouble z_min,
IceTDouble z_max );

void icetBoundingBoxf( IceTFloat x_min,
IceTFloat x_max,
IceTFloat y_min,
IceTFloat y_max,
IceTFloat z_min,
IceTFloat z_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)
August 9, 2010 IceT Reference