Searched defs:cot (Results 1 – 2 of 2) sorted by relevance
41 GLM_FUNC_QUALIFIER genType cot(genType angle) function50 GLM_FUNC_QUALIFIER vecType<T, P> cot(vecType<T, P> const & x) function
365 float cot = sk_float_cos(halfAngle) / sk_float_sin(halfAngle); in Perspective() local