Navigation:
Up
,
Table of Contents
,
Short Table of Contents
,
Package Overview
,
Bibliography
,
Index
,
Title Page
CGAL::affinely_independent
#include <
CGAL/predicates_d.h
>
template <class ForwardIterator>
bool
affinely_independent
(
ForwardIterator first,
ForwardIterator last)
returns true iff the points in
A = tuple [first,last)
are affinely independent.
Precondition:
The objects are of the same dimension.
Requirement:
The value type of
ForwardIterator
is
Point_d
<R>
Next:
affine_rank
Navigation:
Up
,
Table of Contents
,
Short Table of Contents
,
Package Overview
,
Bibliography
,
Index
,
Title Page
CGAL Open Source Project
. Release 3.2.1. 13 July 2006.