跳转到内容

tan

float  tan(float n)

返回n的三角正切值,其中n以弧度为单位。

vector2  tan(vector2 v)

vector  tan(vector v)

vector4  tan(vector4 v)

返回一个新向量,其中每个分量都应用了tan()函数。