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:55 +02:00 committed by GitHub
parent 12365d7cf9
commit eca66e9682
1 changed files with 1 additions and 1 deletions

View File

@ -80,7 +80,7 @@ public:
/// returns `true` iff the scene has no element.
bool empty() const;
/// clears the scene, i.e., removes all points, segments, triangles and text.
/// clears the scene, i.e., removes all points, segments, triangles, and text.
void clear();
};