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