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

Definition at line 38 of file Interpolator2D.h.

References vec(), x, and y.

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

+ Here is the call graph for this function: