CGAL 4.6.3 - Planar Parameterization of Triangulated Surface Meshes
|
#include <include/CGAL/Eigen_vector.h>
The class Eigen_vector
is a C++ wrapper around Eigen vector, which is a simple array of numbers.
The version 3.1 (or greater) of Eigen must be available on the system.
T
: Number type.
Types | |
typedef unspecified_type | EigenType |
The internal vector type from Eigen. | |