Return the sine of the parameter
float sin(float angle)
vec2 sin(vec2 angle)
vec3 sin(vec3 angle)
vec4 sin(vec4 angle)
angle
specify the quantity, in radians, of which to return the sine.
sin()
returns the trigonometric sine of angle.
Return the sine of the parameter
float sin(float angle)
vec2 sin(vec2 angle)
vec3 sin(vec3 angle)
vec4 sin(vec4 angle)
angle
specify the quantity, in radians, of which to return the sine.
sin()
returns the trigonometric sine of angle.