cos
float cos(float n)
返回n的余弦值,其中n以弧度为单位。
vector2 cos(vector2 n)
vector cos(vector n)
vector4 cos(vector4 n)
返回一个新向量,其中每个分量都应用了cos()函数。
float cos(float n)
返回n的余弦值,其中n以弧度为单位。
vector2 cos(vector2 n)
vector cos(vector n)
vector4 cos(vector4 n)
返回一个新向量,其中每个分量都应用了cos()函数。