mirror of https://github.com/CGAL/cgal
added visualization methods
This commit is contained in:
parent
19c81167a7
commit
0aef5fae47
|
|
@ -410,9 +410,7 @@ public:
|
|||
#endif // CGAL_CKvA_COMPILE_RENDERER
|
||||
|
||||
// returns an non-robust approximation of the point
|
||||
//! returns \c false if point does not fall within box \c bbox
|
||||
bool to_double(CGAL::Bbox_2 bbox, int res_w, int res_h,
|
||||
Approximation_3& pt) const {
|
||||
Approximation_3 to_double() const {
|
||||
|
||||
if (!this->ptr()->_m_approximation) {
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue