mirror of https://github.com/CGAL/cgal
Merge pull request #1986 from afabri/patch-2
Kernel_23: fix typesetting in the manual.
This commit is contained in:
commit
a9625f42ca
|
|
@ -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