Home
last modified time | relevance | path

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

/development/ndk/sources/android/ndk_helper/
Dvecmath.h1049 float yz = y_ * z_ * 2.0f; in ToMatrix() local
1060 mat.f_[6] = yz + xw; in ToMatrix()
1062 mat.f_[9] = yz - xw; in ToMatrix()
1075 float yz = y_ * z_ * 2.0f; in ToMatrixPreserveTranslate() local
1086 mat.f_[6] = yz + xw; in ToMatrixPreserveTranslate()
1088 mat.f_[9] = yz - xw; in ToMatrixPreserveTranslate()