Function cif::operator*(const matrix3x3<float>&, const point&)

Function Documentation

inline point cif::operator*(const matrix3x3<float> &m, const point &pt)

Apply matrix transformation m on point pt and return the result.