Navigation:
Up
Table of Contents
Package Overview
Bibliography
Index
Title
Acknowledging CGAL
CGAL::bbox_2
Definition
#include <
CGAL/Polygon_2_algorithms.h
>
template <class InputIterator, class Traits>
Bbox_2
bbox_2 ( InputIterator first, InputIterator last, Traits traits)
Returns the bounding box of the range
[first,last)
.
Requirements
Traits
is a model of the concept
PolygonTraits_2
. In fact, only the members
Construct_bbox_2
and
construct_bbox_2_object()
are used.
The value type of
InputIterator
must be
Traits::
Point_2
,
See Also
CGAL::Polygon_2
<
PolygonTraits_2
, Container>
Next:
bottom_vertex_2
Navigation:
Up
Table of Contents
Package Overview
Bibliography
Index
Title
Acknowledging CGAL
CGAL Open Source Project
. Release 4.0.1. 2 July 2012.