Searched defs:Matrix3x3 (Results 1 – 4 of 4) sorted by relevance
12 typedef float Matrix3x3[9]; typedef
1 typedef Matrix<float,3,3> Matrix3x3; typedef
49 typedef struct Matrix3x3 { struct51 } Matrix3x3; argument
4403 export type Matrix3x3 = Float32Array; alias