thebookofshaders/glossary/asin
2020-07-30 14:03:05 +07:00
..
README-vi.md Translate glossary section (partly) and swap all/any page 2020-07-30 14:03:05 +07:00
README.md Remove trailing whitespaces 2017-08-23 11:34:44 +02:00

Asin

Return the arcsine of the parameter

Declaration

float asin(float x)  
vec2 asin(vec2 x)  
vec3 asin(vec3 x)  
vec4 asin(vec4 x)

Parameters

x specify the value whose arcsine to return.

Description

asin() returns the angle whose trigonometric sine is x.

See Also

cos, sin, acos, tan, atan, Chapter 05: Shaping Functions