#include "Implicit.hpp" double ImplicitSurface::operator()(const Point& pt) const { return operator()(pt.x, pt.y, pt.z); }