Navigation: Up, Table of Contents, Bibliography, Index, Title Page

Kernel::ConstructPoint_d

A model for this must provide:

template <class InputIterator>
Kernel::Point_d
fo.operator() ( int dim,
InputIterator first,
InputIterator last)
if the range [first,last) contains dim elements, this creates a point with Cartesian coordinates as specified by the range. If [first,last) contains dim+1 elements, the range specifies the homogeneous coordinates of the point.
Precondition: dim is nonnegative, [first,last) has dim or dim+1 elements, and the value types of first and last are Kernel::RT.

See Also

CGAL::Point_d<R>


Next: Kernel::ConstructProjectedPoint_2
Navigation: Up, Table of Contents, Bibliography, Index, Title Page
www.cgal.org. Aug 13, 2001.