FACT++  1.0
double Interpolator2D::vec::dist ( const vec v) const
inline

Definition at line 36 of file Interpolator2D.h.

References x, and y.

Referenced by Interpolator2D::CalculateGrid(), and Interpolator2D::circle::isInsideCircle().

36 { return hypot(x-v.x, y-v.y); }

+ Here is the caller graph for this function: