CGAL 6.0 - Triangulated Surface Mesh Deformation
Loading...
Searching...
No Matches
RawPoint_3 Concept Reference

Definition

Refines
DefaultConstructible
Assignable

Concept describing the set of requirements of a simple point type.

Creation

 RawPoint_3 (double x, double y, double z)
 constructor from Cartesian coordinates
 

Coordinates Accessors

double operator[] (int i) const
 i<=0 && i<3
 

#include <Concepts/RawPoint_3.h>

Definition

Refines
DefaultConstructible
Assignable

Concept describing the set of requirements of a simple point type.

Creation

 RawPoint_3 (double x, double y, double z)
 constructor from Cartesian coordinates
 

Coordinates Accessors

double operator[] (int i) const
 i<=0 && i<3