Searched defs:QuatMatrix (Results 1 – 1 of 1) sorted by relevance
35 QuatMatrix(const ZMatrix& o) : ZMatrix(o) { } in QuatMatrix() function36 QuatMatrix(ZMatrix&& o) : ZMatrix(std::move(o)) { } in QuatMatrix() function