Searched defs:Matrix3x3 (Results 1 – 5 of 5) sorted by relevance
27 struct Matrix3x3 : public rs_matrix3x3 { struct28 inline float get(uint32_t col, uint32_t row) const { in get()32 inline void set(uint32_t col, uint32_t row, float v) { in set()44 void multiply(const rs_matrix3x3 *rhs) { in multiply()
48 typedef struct Matrix3x3 { struct50 } Matrix3x3; typedef
12 typedef float Matrix3x3[9]; typedef
1 typedef Matrix<float,3,3> Matrix3x3; typedef
4412 export type Matrix3x3 = Float32Array; alias