@@ -103,35 +103,35 @@ class Graphics_scene {
103103 // / returns `true` if the scene is in 2D, i.e., lies on the XY or XZ or YZ plane.
104104 bool is_two_dimensional () const ;
105105
106- // / set the default color of faces
107- void set_default_color_face (const CGAL::IO::Color& c);
106+ // / set the default color of faces
107+ void set_default_color_face (const CGAL::IO::Color& c);
108108
109- // / set the default color of points
110- void set_default_color_point (const CGAL::IO::Color& c);
109+ // / set the default color of points
110+ void set_default_color_point (const CGAL::IO::Color& c);
111111
112- // / set the default color of segments
113- void set_default_color_segment (const CGAL::IO::Color& c);
112+ // / set the default color of segments
113+ void set_default_color_segment (const CGAL::IO::Color& c);
114114
115- // / set the default color of rays
116- void set_default_color_ray (const CGAL::IO::Color& c);
115+ // / set the default color of rays
116+ void set_default_color_ray (const CGAL::IO::Color& c);
117117
118- // / set the default color of lines
119- void set_default_color_line (const CGAL::IO::Color& c);
118+ // / set the default color of lines
119+ void set_default_color_line (const CGAL::IO::Color& c);
120120
121- // / returns the default color of faces
122- const CGAL::IO::Color &get_default_color_face () const ;
121+ // / returns the default color of faces
122+ const CGAL::IO::Color &get_default_color_face () const ;
123123
124- // / returns the default color of points
125- const CGAL::IO::Color &get_default_color_point () const ;
124+ // / returns the default color of points
125+ const CGAL::IO::Color &get_default_color_point () const ;
126126
127127 // / returns the default color of segments
128- const CGAL::IO::Color &get_default_color_segment () const ;
128+ const CGAL::IO::Color &get_default_color_segment () const ;
129129
130130 // / returns the default color of rays
131- const CGAL::IO::Color &get_default_color_ray () const ;
131+ const CGAL::IO::Color &get_default_color_ray () const ;
132132
133133 // / returns the default color of lines
134- const CGAL::IO::Color &get_default_color_line () const ;
134+ const CGAL::IO::Color &get_default_color_line () const ;
135135};
136136
137137} // namespace CGAL
0 commit comments