Loading [MathJax]/jax/output/HTML-CSS/jax.js
CGAL Version:
master
6.0.1
latest
5.6.2
5.5.5
5.4.5
5.3.2
5.2.4
5.1.5
5.0.4
4.14.3
4.13.2
4.12.2
4.11.3
4.10.2
4.9.1
4.8.2
4.7
4.6.3
4.5.2
4.4
4.3
Home
Getting Started
Package Overview
Acknowledging CGAL
CGAL 4.3 - Principal Component Analysis
•
All
Classes
Namespaces
Files
Functions
Variables
Typedefs
Enumerations
Enumerator
Groups
Pages
CGAL 4.3 - Principal Component Analysis
User Manual
Reference Manual
Type Requirements
Examples
Type Requirements
Member
CGAL::barycenter
(
InputIterator
first,
InputIterator
beyond)
The value type of
InputIterator
must be
std::pair<K::Point_2, K::FT>
or
std::pair<K::Point_3, K::FT>
.
Member
CGAL::barycenter
(
InputIterator
first,
InputIterator
beyond, const K &k)
The value type of
InputIterator
must be
std::pair<K::Point_2, K::FT>
or
std::pair<K::Point_3, K::FT>
.