logo
Free, unlimited AI code reviews that run on commit
git-lrc git-lrc GitHub Install Now We'd appreciate a star git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt

icetBoundingBoxd,icetBoundingBoxf -- set bounds of geometry

Bugs

       None known.

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.

Name

icetBoundingBoxd,icetBoundingBoxf -- set bounds of geometry

See Also

icetBoundingVertices(3)

IceT Reference                                   August  9, 2010                              icetBoundingBox(3)

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  );

Warnings

       None.

See Also