Home | History | Annotate | Download | only in functional

Lines Matching refs:Mat2

54 using tcu::Mat2;
230 tcu::Mat2 rotMatrix = tcu::rotationMatrix(angle);
234 tcu::Mat2 shearMatrix = tcu::shearMatrix(tcu::Vec2(shearX, 0.0f));
236 tcu::Mat2 transform = rotMatrix * shearMatrix;