mirror of https://github.com/CGAL/cgal
Kernel_23: fix typesetting in the manual.
Leading whitespace has semantics, so we remove it
This commit is contained in:
parent
5b6cf1cfae
commit
1a3a6e93ee
|
|
@ -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,
|
||||
|
|
|
|||
Loading…
Reference in New Issue