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

Definition at line 37 of file Interpolator2D.h.

References x, and y.

37 { return x*v.y - y*v.x; }