tan
float tan(float n)
返回n
的三角正切值,其中n
以弧度为单位。
vector2 tan(vector2 v)
vector tan(vector v)
vector4 tan(vector4 v)
返回一个新向量,其中每个分量都应用了tan()
函数。
float tan(float n)
返回n
的三角正切值,其中n
以弧度为单位。
vector2 tan(vector2 v)
vector tan(vector v)
vector4 tan(vector4 v)
返回一个新向量,其中每个分量都应用了tan()
函数。