mirror of https://github.com/CGAL/cgal
Remove superfluous traits functions
This commit is contained in:
parent
75129563a6
commit
3e5e2772f8
|
|
@ -168,21 +168,6 @@ public:
|
||||||
construct_point_on_sphere_2_object() const
|
construct_point_on_sphere_2_object() const
|
||||||
{ return Construct_point_on_sphere_2(); }
|
{ return Construct_point_on_sphere_2(); }
|
||||||
|
|
||||||
Construct_point_3
|
|
||||||
construct_point_3_object() const
|
|
||||||
{ return Construct_point_3(Base::construct_point_3_object(),
|
|
||||||
Base::center(), Base::radius()); }
|
|
||||||
|
|
||||||
Construct_segment_3
|
|
||||||
construct_segment_3_object() const
|
|
||||||
{ return Construct_segment_3(Base::construct_segment_3_object(),
|
|
||||||
Base::center(), Base::radius()); }
|
|
||||||
|
|
||||||
Construct_triangle_3
|
|
||||||
construct_triangle_3_object() const
|
|
||||||
{ return Construct_triangle_3(Base::construct_triangle_3_object(),
|
|
||||||
Base::center(), Base::radius()); }
|
|
||||||
|
|
||||||
Construct_arc_on_sphere_2
|
Construct_arc_on_sphere_2
|
||||||
construct_arc_on_sphere_2_object() const
|
construct_arc_on_sphere_2_object() const
|
||||||
{ return Construct_arc_on_sphere_2(Base::construct_arc_on_sphere_2_object(),
|
{ return Construct_arc_on_sphere_2(Base::construct_arc_on_sphere_2_object(),
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue