mirror of https://github.com/CGAL/cgal
AABB tree: fix CR.
This commit is contained in:
parent
8a09dd36c1
commit
73364294e5
|
|
@ -62,7 +62,7 @@ public:
|
||||||
const FT zref() const { return m_datum.source().z(); }
|
const FT zref() const { return m_datum.source().z(); }
|
||||||
|
|
||||||
/// Returns a point on the primitive
|
/// Returns a point on the primitive
|
||||||
Point point_on() const { m_datum.source(); }
|
Point point_on() const { m_datum.source(); }
|
||||||
};
|
};
|
||||||
|
|
||||||
} // end namespace CGAL
|
} // end namespace CGAL
|
||||||
|
|
|
||||||
|
|
@ -61,7 +61,7 @@ public:
|
||||||
const FT zref() const { return m_datum.vertex(0).z(); }
|
const FT zref() const { return m_datum.vertex(0).z(); }
|
||||||
|
|
||||||
/// Returns a point on the primitive
|
/// Returns a point on the primitive
|
||||||
Point point_on() const { m_datum.vertex(0); }
|
Point point_on() const { m_datum.vertex(0); }
|
||||||
};
|
};
|
||||||
|
|
||||||
} // end namespace CGAL
|
} // end namespace CGAL
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue