Searched defs:Matrix4x4 (Results 1 – 4 of 4) sorted by relevance
10 pub struct Matrix4x4([[f32; 4]; 4]); struct13 pub fn scalar_inv4x4(m: Matrix4x4) -> Option<Matrix4x4> { in scalar_inv4x4()160 pub fn simd_inv4x4(m: Matrix4x4) -> Option<Matrix4x4> { in simd_inv4x4()
3714 export type Matrix4x4 = Float32Array; alias
4411 export type Matrix4x4 = Float32Array; alias
106596 typedef Matrix4x4Typed<UnknownUnits, UnknownUnits> Matrix4x4; typedef108180 typedef Matrix4x4Typed<UnknownUnits, UnknownUnits> Matrix4x4; typedef