CGAL 4.8.1 - Triangulated Surface Mesh Deformation
|
Concept describing the set of requirements of a simple point type.
Creation | |
RawPoint_3 () | |
RawPoint_3 (double x, double y, double z) | |
Coordinates Accessors | |
double & | operator[] (int i) |
i<=0 && i<3 | |
double | operator[] (int i) const |
i<=0 && i<3 | |