Searched defs:DMat2 (Results 1 – 10 of 10) sorted by relevance
11 pub const fn dmat2(x_axis: DVec2, y_axis: DVec2) -> DMat2 { in dmat2()19 pub struct DMat2 { struct24 impl DMat2 { implementation339 impl Default for DMat2 { implementation346 impl Add<DMat2> for DMat2 { implementation354 impl AddAssign<DMat2> for DMat2 { implementation361 impl Sub<DMat2> for DMat2 { implementation369 impl SubAssign<DMat2> for DMat2 { implementation376 impl Neg for DMat2 { implementation384 impl Mul<DMat2> for DMat2 { implementation[all …]
167 pub fn from_mat2_translation(matrix2: DMat2, translation: DVec2) -> Self { in from_mat2_translation()
41 unsafe impl Pod for DMat2 {} implementation42 unsafe impl Zeroable for DMat2 {} implementation
90 impl FloatCompare for DMat2 { implementation
368 pub fn as_dmat2(&self) -> DMat2 { in as_dmat2()
404 pub fn as_dmat2(&self) -> DMat2 { in as_dmat2()
372 pub fn as_dmat2(&self) -> DMat2 { in as_dmat2()
414 pub fn as_dmat2(&self) -> DMat2 { in as_dmat2()
378 pub fn as_dmat2(&self) -> DMat2 { in as_dmat2()
14027 typedef tcu::Matrix<glw::GLdouble, 2, 2> DMat2; in getFunctionObject() typedef