Skip to content

Commit 46d3df5

Browse files
committed
spaces
1 parent af52702 commit 46d3df5

File tree

5 files changed

+139
-139
lines changed

5 files changed

+139
-139
lines changed

Basic_viewer/doc/Basic_viewer/CGAL/Graphics_scene.h

Lines changed: 17 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -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

Basic_viewer/doc/Basic_viewer/CGAL/Qt/Basic_viewer.h

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -26,21 +26,21 @@ class Basic_viewer : public CGAL::QGLViewer
2626
/// \name Setters
2727
/// @{
2828

29-
/// \brief Set size of vertices.
29+
/// \brief Set size of vertices.
3030
/// \param s The size of vertices.
3131
void size_vertices(float s);
3232

33-
/// \brief Set size of edges.
33+
/// \brief Set size of edges.
3434
/// \param s The size of edges.
35-
void size_edges(float s);
35+
void size_edges(float s);
3636

37-
/// \brief Set size of rays.
37+
/// \brief Set size of rays.
3838
/// \param s The size of rays.
39-
void size_rays(float s);
39+
void size_rays(float s);
4040

41-
/// \brief Set size of lines.
41+
/// \brief Set size of lines.
4242
/// \param s The size of lines.
43-
void size_lines(float s);
43+
void size_lines(float s);
4444

4545
/// \brief Enables or disables the drawing of vertices.
4646
/// \param b Set to `true` to enable, `false` to disable.

0 commit comments

Comments
 (0)