Searched defs:DMat4 (Results 1 – 9 of 9) sorted by relevance
12 pub const fn dmat4(x_axis: DVec4, y_axis: DVec4, z_axis: DVec4, w_axis: DVec4) -> DMat4 { in dmat4()48 pub struct DMat4 { struct55 impl DMat4 { implementation1109 impl Default for DMat4 { implementation1116 impl Add<DMat4> for DMat4 { implementation1124 impl AddAssign<DMat4> for DMat4 { implementation1131 impl Sub<DMat4> for DMat4 { implementation1139 impl SubAssign<DMat4> for DMat4 { implementation1146 impl Neg for DMat4 { implementation1159 impl Mul<DMat4> for DMat4 { implementation[all …]
523 impl From<DAffine3> for DMat4 { implementation525 fn from(m: DAffine3) -> DMat4 { in from()544 impl Mul<DAffine3> for DMat4 { implementation
45 unsafe impl Pod for DMat4 {} implementation46 unsafe impl Zeroable for DMat4 {} implementation
148 impl FloatCompare for DMat4 { implementation
1135 pub fn as_dmat4(&self) -> DMat4 { in as_dmat4()
1223 pub fn as_dmat4(&self) -> DMat4 { in as_dmat4()
1232 pub fn as_dmat4(&self) -> DMat4 { in as_dmat4()
14035 typedef tcu::Matrix<glw::GLdouble, 4, 4> DMat4; in getFunctionObject() typedef