Merge pull request #1986 from afabri/patch-2

Kernel_23:  fix typesetting in the manual.
This commit is contained in:
Laurent Rineau 2017-03-22 20:36:34 +01:00 committed by GitHub
commit a9625f42ca
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,