Home | History | Annotate | Download | only in functional

Lines Matching refs:Mat2

276 	tcu::Mat2	rotMatrix	= tcu::rotationMatrix(angle);
280 tcu::Mat2 shearMatrix = tcu::shearMatrix(tcu::Vec2(shearX, 0.0f));
282 tcu::Mat2 transform = rotMatrix * shearMatrix;