Home
last modified time | relevance | path

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

/frameworks/native/libs/math/include/math/
DTQuatHelpers.h195 constexpr QUATERNION<T> PURE conj(const QUATERNION<T>& q) { in conj() function
201 return conj(q) * (1 / dot(q, q)); in inverse()
Dquat.h128 return conj(*this);
/frameworks/native/libs/math/tests/
Dquat_test.cpp227 quatd qc(conj(q)); in TEST_F()