Searched refs:cos_t (Results 1 - 1 of 1) sorted by relevance

/external/chromium_org/third_party/angle/samples/angle/sample_util/
H A DMatrix.cpp43 float cos_t = cosf(theta); local
46 return Matrix4( cos_t + (u.x * u.x * (1.0f - cos_t)), (u.x * u.y * (1.0f - cos_t)) - (u.z * sin_t), (u.x * u.z * (1.0f - cos_t)) + (u.y * sin_t), 0.0f,
47 (u.y * u.x * (1.0f - cos_t)) + (u.z * sin_t), cos_t + (u.y * u.y * (1.0f - cos_t)), (u.y * u.z * (1.0f - cos_t)) - (u.x * sin_t), 0.0f,
48 (u.z * u.x * (1.0f - cos_t))
[all...]

Completed in 97 milliseconds