Lines Matching refs:Matrix3
187 struct Matrix3 {
190 friend Matrix3 operator*(const Matrix3& left, const Matrix3& right);
191 Matrix3& operator*=(const Matrix3& right);
192 static const Matrix3 Identity;
212 Matrix3 CreateScale(float xScale, float yScale);
215 Matrix3 CreateRotation(float theta);
217 Matrix3 CreateTranslation(const Vector2& trans);
234 Vector2 Transform(const Vector2& vec, const Matrix3& mat);