mirror of https://github.com/CGAL/cgal
Update Basic_viewer/doc/Basic_viewer/CGAL/Graphics_scene.h
Co-authored-by: Andreas Fabri <andreas.fabri@geometryfactory.com>
This commit is contained in:
parent
163e8ae2b3
commit
40b9b1046f
|
|
@ -29,7 +29,7 @@ public:
|
||||||
void add_segment(const KPoint &p1, const KPoint &p2,
|
void add_segment(const KPoint &p1, const KPoint &p2,
|
||||||
const CGAL::IO::Color &acolor);
|
const CGAL::IO::Color &acolor);
|
||||||
|
|
||||||
/// adds the given ray in the scene: an half line starting from `p` and having `v` as direction.
|
/// adds the given ray in the scene: a half line starting from `p` and having `v` as direction.
|
||||||
template <typename KPoint, typename KVector>
|
template <typename KPoint, typename KVector>
|
||||||
void add_ray(const KPoint &p, const KVector &v);
|
void add_ray(const KPoint &p, const KVector &v);
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue