Searched refs:sinA2 (Results 1 – 1 of 1) sorted by relevance
643 double sinA2 = sinA * sinA; in rotate3d() local666 mat.m_matrix[1][1] = 1.0f - 2.0f * sinA2; in rotate3d()670 mat.m_matrix[2][2] = 1.0f - 2.0f * sinA2; in rotate3d()675 mat.m_matrix[0][0] = 1.0f - 2.0f * sinA2; in rotate3d()683 mat.m_matrix[2][2] = 1.0f - 2.0f * sinA2; in rotate3d()688 mat.m_matrix[0][0] = 1.0f - 2.0f * sinA2; in rotate3d()692 mat.m_matrix[1][1] = 1.0f - 2.0f * sinA2; in rotate3d()705 mat.m_matrix[0][0] = 1.0f - 2.0f * (y2 + z2) * sinA2; in rotate3d()706 mat.m_matrix[0][1] = 2.0f * (x * y * sinA2 + z * sinA * cosA); in rotate3d()707 mat.m_matrix[0][2] = 2.0f * (x * z * sinA2 - y * sinA * cosA); in rotate3d()[all …]