Searched defs:Matrix4x4 (Results 1 – 8 of 8) sorted by relevance
27 struct Matrix4x4 : public rs_matrix4x4 { struct28 float get(uint32_t col, uint32_t row) const { in get()32 void set(uint32_t col, uint32_t row, float v) { in set()65 Matrix4x4 tmp; in rotate() argument70 Matrix4x4 tmp; in scale() argument75 Matrix4x4 tmp; in translate() argument
9 pub struct Matrix4x4([[f32; 4]; 4]); struct12 pub fn scalar_inv4x4(m: Matrix4x4) -> Option<Matrix4x4> { in scalar_inv4x4()159 pub fn simd_inv4x4(m: Matrix4x4) -> Option<Matrix4x4> { in simd_inv4x4()
11 typedef float Matrix4x4[16]; typedef
4411 export type Matrix4x4 = Float32Array; alias