Namespace containing basic CGAL types. More...
Typedefs | |
using | CGALKernel = CGAL::Simple_cartesian<double> |
using | CGALVector3 = CGALKernel::Vector_3 |
using | CGALPoint = CGALKernel::Point_3 |
Functions | |
CGALVector3 | Vec3fToCGALVector3 (const vrml_proc::parser::model::Vec3f &vec3) |
Converts Ve3f to CGAL vector. | |
CGALPoint | Vec3fToCGALPoint (const vrml_proc::parser::model::Vec3f &vec3) |
Converts Ve3f to CGAL point. | |
std::vector< CGALPoint > | Vec3fArrayToCGALPoints (const vrml_proc::parser::model::Vec3fArray &vec3Array) |
Converts an array of Vec3f vectors into list of CGAL points. | |
Namespace containing basic CGAL types.
|
inline |
Converts an array of Vec3f vectors into list of CGAL points.
vec3Array | array of vectors to convert |
|
inline |
Converts Ve3f to CGAL point.
vec3 | vector to convert |
|
inline |
Converts Ve3f to CGAL vector.
vec3 | vector to convert |