mirror of https://github.com/CGAL/cgal
fixed alignment
This commit is contained in:
parent
6ea4235457
commit
b9fb60ab74
|
|
@ -62,8 +62,9 @@ public:
|
||||||
|
|
||||||
Anchor(){};
|
Anchor(){};
|
||||||
|
|
||||||
Anchor(typename Combinatorial_map_with_cross_ratios::Dart_descriptor dart, typename Traits::Hyperbolic_point_2 a,
|
Anchor(typename Combinatorial_map_with_cross_ratios::Dart_descriptor dart,
|
||||||
typename Traits::Hyperbolic_point_2 b, typename Traits::Hyperbolic_point_2 c) {
|
typename Traits::Hyperbolic_point_2 a, typename Traits::Hyperbolic_point_2 b, typename Traits::Hyperbolic_point_2 c)
|
||||||
|
{
|
||||||
this->dart = dart;
|
this->dart = dart;
|
||||||
vertices[0] = a;
|
vertices[0] = a;
|
||||||
vertices[1] = b;
|
vertices[1] = b;
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue