Make operator() const for implicit surfaces
This commit is contained in:
parent
8b98f373bc
commit
776303b18d
1 changed files with 1 additions and 1 deletions
|
@ -2,5 +2,5 @@
|
|||
|
||||
class ImplicitSurface {
|
||||
public:
|
||||
virtual double operator() (double x, double y, double z);
|
||||
virtual double operator() (double x, double y, double z) const;
|
||||
};
|
||||
|
|
Loading…
Reference in a new issue