FACT++  1.0
bool Interpolator2D::circle::isInsideCircle ( const vec v) const
inline

Definition at line 66 of file Interpolator2D.h.

References Interpolator2D::vec::dist().

Referenced by Interpolator2D::CalculateGrid().

67  {
68  return dist(v) < r;
69  }
double dist(const vec &v) const

+ Here is the call graph for this function:

+ Here is the caller graph for this function: