BoundingBox
defines an axis-aligned cube that defines a container for a group of vertices of a particular piece of geometry. This box defines a center and extents from that center along the x, y and z axis. containAABB
or averagePoints
. A call to computeFramePoint
in turn calls containAABB
.
BoundingBox
describes a bounding volume as an axis-aligned box. containAABB
method.
@author Joshua Slack
@version $Id: BoundingBox.java,v 1.50 2007/09/22 16:46:35 irrisor Exp $
This object contains no additional information beyond that provided by {@link Envelope}. @author Jody Garnett (Refractions Research) @author Martin Desruisseaux (Geomatys) @since GeoAPI 2.1 @source $URL$
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|