Man Linux: Main Page and Category List

NAME

       icetBoundingBoxd,icetBoundingBoxf -- set bounds of geometry

Synopsis

       #include <GL/ice-t.h>

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

       void icetBoundingBoxf(   GLfloat   x_min,
                                GLfloat   x_max,
                                GLfloat   y_min,
                                GLfloat   y_max,
                                GLfloat   z_min,
                                GLfloat   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, there is a non-exclusive
       license for use of this work by or on behalf of  the  U.S.  Government.
       Redistribution  and  use  in  source  and binary forms, with or without
       modification, are permitted provided that this Notice and any statement
       of authorship are reproduced on all copies.

See Also

       icetBoundingVertices(3)

IceT Reference                  April 12, 2006              icetBoundingBox(3)