Update Basic_viewer/doc/Basic_viewer/CGAL/Graphics_scene.h

Co-authored-by: Andreas Fabri <andreas.fabri@geometryfactory.com>
This commit is contained in:
Guillaume Damiand 2023-10-18 09:02:29 +02:00 committed by GitHub
parent 163e8ae2b3
commit 40b9b1046f
1 changed files with 1 additions and 1 deletions

View File

@ -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);