FACT++  1.0
vec Interpolator2D::vec::operator+ ( const vec v) const
inline

Definition at line 39 of file Interpolator2D.h.

References vec(), x, and y.

39 { return vec(x+v.x, y+v.y); }
vec(double _x=0, double _y=0)

+ Here is the call graph for this function: