float tan(float angle);
GLSL的tan函数返回一个角度的正切值。参数必须以弧度为单位。
angle
该函数返回给定角度的正切值。
float result = tan(0.785398); // 返回45度角的正切值,约为0.999999