Searched defs:LinearTransform (Results 1 – 1 of 1) sorted by relevance
17 LinearTransform::LinearTransform(IntMatrix &&oMatrix) : matrix(oMatrix) {} in LinearTransform() function in LinearTransform 18 LinearTransform::LinearTransform(const IntMatrix &oMatrix) : matrix(oMatrix) {} in LinearTransform() function in LinearTransform [all...]