mirror of https://github.com/CGAL/cgal
moved cw(i) and ccw(i) from Triangulation_ds_face_2
>> to Triangulation_face_base_2
This commit is contained in:
parent
6b7b43e687
commit
26368ecbcf
|
|
@ -119,15 +119,9 @@ public:
|
|||
}
|
||||
|
||||
//Miscelleanous
|
||||
inline int ccw(int i) const
|
||||
{
|
||||
return (i+1) % 3;
|
||||
}
|
||||
|
||||
inline int cw(int i) const
|
||||
{
|
||||
return (i+2) % 3;
|
||||
}
|
||||
//inline int ccw(int i) const
|
||||
// inline int cw(int i) const
|
||||
inherited from Fb
|
||||
|
||||
//Additionnal Operations
|
||||
void insert_in_face(Vertex*& v)
|
||||
|
|
|
|||
Loading…
Reference in New Issue