Kernel_23: fix typesetting in the manual.

Leading whitespace has semantics, so we remove it
This commit is contained in:
Andreas Fabri 2017-03-22 17:13:28 +01:00 committed by GitHub
parent 5b6cf1cfae
commit 1a3a6e93ee
1 changed files with 3 additions and 3 deletions

View File

@ -51,9 +51,9 @@ const CGAL::Point_3<Kernel>& r);
/*!
returns an approximation of the signed dihedral angle in the tetrahedron `pqrs` of edge `pq`.
The sign is negative if `orientation(p,q,r,s)` is `CGAL::NEGATIVE` and positive otherwise.
The angle is given in degree.
\pre `p,q,r` and `p,q,s` are not collinear.
The sign is negative if `orientation(p,q,r,s)` is `CGAL::NEGATIVE` and positive otherwise.
The angle is given in degree.
\pre `p,q,r` and `p,q,s` are not collinear.
*/
template <typename Kernel>
Kernel::FT approximate_dihedral_angle(const CGAL::Point_3<Kernel>& p,