Searched refs:fromCols (Results 1 – 1 of 1) sorted by relevance
205 return Matrix4x4::fromCols(a * b.col(0), a * b.col(1), a * b.col(2), a * b.col(3));307 static inline Matrix4x4 fromCols(const MVector& v1, const MVector& v2, const MVector& v3, in fromCols() function