Searched defs:Mat3 (Results 1 – 11 of 11) sorted by relevance
15 pub const fn mat3(x_axis: Vec3, y_axis: Vec3, z_axis: Vec3) -> Mat3 { in mat3()45 pub struct Mat3 { struct51 impl Mat3 { implementation552 impl Default for Mat3 { implementation559 impl Add<Mat3> for Mat3 { implementation567 impl AddAssign<Mat3> for Mat3 { implementation574 impl Sub<Mat3> for Mat3 { implementation582 impl SubAssign<Mat3> for Mat3 { implementation589 impl Neg for Mat3 { implementation597 impl Mul<Mat3> for Mat3 { implementation[all …]
342 impl From<Affine2> for Mat3 { implementation344 fn from(m: Affine2) -> Mat3 { in from()362 impl Mul<Affine2> for Mat3 { implementation
199 pub fn from_mat3_translation(mat3: Mat3, translation: Vec3) -> Self { in from_mat3_translation()
101 pub fn random_mat3(rng: &mut PCG32) -> Mat3 { in random_mat3()105 pub fn random_srt_mat3(rng: &mut PCG32) -> Mat3 { in random_srt_mat3()
9 unsafe impl Pod for Mat3 {} implementation10 unsafe impl Zeroable for Mat3 {} implementation
103 impl FloatCompare for Mat3 { implementation
541 pub fn as_mat3(&self) -> Mat3 { in as_mat3()
499 typedef Matrix3f Mat3; typedef
661 class Mat3(Mat): class
810 class Mat3(Mat): class
808 class Mat3(Mat): class