CGAL 6.1.3 - dD Geometry Kernel
Loading...
Searching...
No Matches
Kernel_d::Contained_in_affine_hull_d Concept Reference

Definition

Operations

A model of this concept must provide:

template<class ForwardIterator>
bool operator() (ForwardIterator first, ForwardIterator last, const Kernel_d::Point_d &p)
 determines whether \( p\) is contained in the affine hull of the points in A = tuple [first,last).

Member Function Documentation

◆ operator()()

template<class ForwardIterator>
bool Kernel_d::Contained_in_affine_hull_d::operator() ( ForwardIterator first,
ForwardIterator last,
const Kernel_d::Point_d & p )

determines whether \( p\) is contained in the affine hull of the points in A = tuple [first,last).

Precondition
The objects are of the same dimension.
Template Parameters
ForwardIteratorhas Kernel_d::Point_d as value type.

#include <Concepts/Kernel--Contained_in_affine_hull_d.h>

Definition

Operations

A model of this concept must provide:

template<class ForwardIterator>
bool operator() (ForwardIterator first, ForwardIterator last, const Kernel_d::Point_d &p)
 determines whether \( p\) is contained in the affine hull of the points in A = tuple [first,last).

Member Function Documentation

◆ operator()()

template<class ForwardIterator>
bool Kernel_d::Contained_in_affine_hull_d::operator() ( ForwardIterator first,
ForwardIterator last,
const Kernel_d::Point_d & p )

determines whether \( p\) is contained in the affine hull of the points in A = tuple [first,last).

Precondition
The objects are of the same dimension.
Template Parameters
ForwardIteratorhas Kernel_d::Point_d as value type.