Searched defs:DMat3 (Results 1 – 14 of 14) sorted by relevance
16 pub const fn dmat3(x_axis: DVec3, y_axis: DVec3, z_axis: DVec3) -> DMat3 { in dmat3()46 pub struct DMat3 { struct52 impl DMat3 { impl718 impl Default for DMat3 { implementation725 impl Add<DMat3> for DMat3 { implementation733 impl AddAssign<DMat3> for DMat3 { implementation740 impl Sub<DMat3> for DMat3 { implementation748 impl SubAssign<DMat3> for DMat3 { implementation755 impl Neg for DMat3 { implementation763 impl Mul<DMat3> for DMat3 { implementation[all …]
391 impl From<DAffine2> for DMat3 { implementation393 fn from(m: DAffine2) -> DMat3 { in from()411 impl Mul<DAffine2> for DMat3 { implementation
216 pub fn from_mat3_translation(mat3: DMat3, translation: DVec3) -> Self { in from_mat3_translation()
125 pub fn from_mat3_minor(m: DMat3, i: usize, j: usize) -> Self { in from_mat3_minor()
321 pub fn from_mat3_translation(mat3: DMat3, translation: DVec3) -> Self { in from_mat3_translation()
43 unsafe impl Pod for DMat3 {} implementation44 unsafe impl Zeroable for DMat3 {} implementation
134 impl FloatCompare for DMat3 { implementation
712 pub fn as_dmat3(&self) -> DMat3 { in as_dmat3()
787 pub fn as_dmat3(&self) -> DMat3 { in as_dmat3()
782 pub fn as_dmat3(&self) -> DMat3 { in as_dmat3()
780 pub fn as_dmat3(&self) -> DMat3 { in as_dmat3()
793 pub fn as_dmat3(&self) -> DMat3 { in as_dmat3()
14031 typedef tcu::Matrix<glw::GLdouble, 3, 3> DMat3; in getFunctionObject() typedef