Home
last modified time | relevance | path

Searched defs:QuatMatrix (Results 1 – 1 of 1) sorted by relevance

/dports/science/bagel/bagel-1.2.2/src/util/math/
H A Dquatmatrix.h35 QuatMatrix(const ZMatrix& o) : ZMatrix(o) { } in QuatMatrix() function
36 QuatMatrix(ZMatrix&& o) : ZMatrix(std::move(o)) { } in QuatMatrix() function