mirror of https://github.com/CGAL/cgal
Clarify get_() to get_...()
This commit is contained in:
parent
0bd75b7cdb
commit
0a63426f4e
|
|
@ -27,7 +27,7 @@ public:
|
|||
|
||||
/*!
|
||||
The point type. The (in)equality tests must be
|
||||
available. Access to the point coordinates is done via the `get_.()`
|
||||
available. Access to the point coordinates is done via the `get_...()`
|
||||
functions. Constructing a point is done with the `make_point( )`
|
||||
operation.
|
||||
*/
|
||||
|
|
@ -35,7 +35,7 @@ typedef unspecified_type Point_3;
|
|||
|
||||
/*!
|
||||
The plane type. Access to the coefficients of the
|
||||
plane is made via the `get_.()` functions. Constructing a plane is
|
||||
plane is made via the `get_...()` functions. Constructing a plane is
|
||||
done with the `make_plane()` operation.
|
||||
*/
|
||||
typedef unspecified_type Plane_3;
|
||||
|
|
|
|||
Loading…
Reference in New Issue