Added a convenience function

This commit is contained in:
Nico Kruithof 2013-02-23 15:07:55 +01:00
parent 1df99adf3f
commit d25ed74532
1 changed files with 3 additions and 0 deletions

View File

@ -470,6 +470,9 @@ public:
Point point(const Vertex_handle &v) const {
return point(periodic_point(v));
}
Point point(const Face_handle &fh, int i) const {
return point(periodic_point(fh, i));
}
/// Converts the Periodic_segment ps to a Segment in \f$R^2\f$.
/// NGHK: Implemented
Segment segment(const Periodic_segment &ps) const {