Home
last modified time | relevance | path

Searched refs:imaginary (Results 1 – 1 of 1) sorted by relevance

/frameworks/native/libs/math/include/math/
DTQuatHelpers.h112 return imaginary(q * QUATERNION<T>(v, 0) * inverse(q));
210 constexpr TVec3<T> PURE imaginary(const QUATERNION<T>& q) { in imaginary() function