mirror of https://github.com/CGAL/cgal
Add a precision that compute_implicit_function(...) must be called
This commit is contained in:
parent
2b7bb16f90
commit
3ab6dae3fc
|
|
@ -143,7 +143,9 @@ The function \ccc{compute_implicit_function}() must be called after the insertio
|
||||||
\ccGlue
|
\ccGlue
|
||||||
\ccMethod{FT operator()(const Point& p) const;}
|
\ccMethod{FT operator()(const Point& p) const;}
|
||||||
{
|
{
|
||||||
\ccc{ImplicitFunction} interface: evaluates the implicit function at a given 3D query point.
|
\ccc{ImplicitFunction} interface: evaluates the implicit function at a
|
||||||
|
given 3D query point. The function \ccc{compute_implicit_function} must be
|
||||||
|
called before the first call to \ccc{operator()}.
|
||||||
}
|
}
|
||||||
\ccGlue
|
\ccGlue
|
||||||
\ccMethod{Point get_inner_point() const;}
|
\ccMethod{Point get_inner_point() const;}
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue