A Plan_3 is degenerate iff a = b = c *and* c = 0.

This commit is contained in:
Laurent Rineau 2007-01-10 23:32:16 +00:00
parent f168a90fbc
commit 8285a5c49c
1 changed files with 2 additions and 1 deletions

View File

@ -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,