Searched refs:from_mat2 (Results 1 – 11 of 11) sorted by relevance
143 pub fn from_mat2(matrix2: DMat2) -> Self { in from_mat2() method
316 pub fn from_mat2(m: DMat2) -> Self { in from_mat2() method
143 pub fn from_mat2(matrix2: Mat2) -> Self { in from_mat2() method
312 pub fn from_mat2(m: Mat2) -> Self { in from_mat2() method
59 let a = $affine2::from_mat2(m);
213 let m3 = $mat3::from_mat2(m2);
318 pub fn from_mat2(m: Mat2) -> Self { in from_mat2() method
316 pub fn from_mat2(m: Mat2) -> Self { in from_mat2() method
315 pub fn from_mat2(m: Mat2) -> Self { in from_mat2() method
307 * Added `Mat3::from_mat2()`, `DMat3::from_mat2()`, `Mat4::from_mat3()` and