FACT++  1.0
vec Interpolator2D::vec::operator/ ( double  b) const
inline

Definition at line 40 of file Interpolator2D.h.

References vec().

40 { return vec(x/b, y/b); }
vec(double _x=0, double _y=0)

+ Here is the call graph for this function: