mirror of https://github.com/CGAL/cgal
A Plan_3 is degenerate iff a = b = c *and* c = 0.
This commit is contained in:
parent
f168a90fbc
commit
8285a5c49c
|
|
@ -35,7 +35,8 @@ positive side of \ccStyle{h}, iff \ccTexHtml{$a\, px +b\, py +c\, pz +
|
|||
const Kernel::RT &d)}
|
||||
{creates a plane \ccVar\ defined by the equation
|
||||
\ccTexHtml{$a\, px +b\, py +c\, pz + d = 0$}{a px + b py + c pz + d = 0}.
|
||||
Notice that \ccVar\ is degenerate if \ccTexHtml{$a = b = c$}{a = b = c}.}
|
||||
Notice that \ccVar\ is degenerate if
|
||||
\ccTexHtml{$a = b = c = 0$}{a = b = c = 0}.}
|
||||
|
||||
\ccConstructor{Plane_3(const Point_3<Kernel> &p,
|
||||
const Point_3<Kernel> &q,
|
||||
|
|
|
|||
Loading…
Reference in New Issue