mirror of https://github.com/CGAL/cgal
Document the Model
This commit is contained in:
parent
4da8f4f5b2
commit
b079bec43d
|
|
@ -1533,11 +1533,6 @@ public:
|
||||||
*/
|
*/
|
||||||
typedef unspecified_type Is_degenerate_3;
|
typedef unspecified_type Is_degenerate_3;
|
||||||
|
|
||||||
/*!
|
|
||||||
a model of `Kernel::HasNonZeroCoordinateIndex_3`
|
|
||||||
*/
|
|
||||||
typedef unspecified_type Has_non_zero_coordinate_index_3;
|
|
||||||
|
|
||||||
/*!
|
/*!
|
||||||
a model of `Kernel::HasOn_3`
|
a model of `Kernel::HasOn_3`
|
||||||
*/
|
*/
|
||||||
|
|
@ -1568,6 +1563,11 @@ public:
|
||||||
*/
|
*/
|
||||||
typedef unspecified_type Has_on_negative_side_3;
|
typedef unspecified_type Has_on_negative_side_3;
|
||||||
|
|
||||||
|
/*!
|
||||||
|
a model of `Kernel::NonZeroCoordinateIndex_3`
|
||||||
|
*/
|
||||||
|
typedef unspecified_type Non_zero_coordinate_index_3;
|
||||||
|
|
||||||
/*!
|
/*!
|
||||||
a model of `Kernel::OrientedSide_3`
|
a model of `Kernel::OrientedSide_3`
|
||||||
*/
|
*/
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue