linearly v0.32.0Docs


linearly v0.32.0 / vec2 / atan2

Function: atan2()

atan2(y, x): vec2

Returns the arc-tangent of the parameters.

Parameters

y: vec2

the values of the y-coordinate

x: vec2

the values of the x-coordinate

Returns

vec2

the angle in degrees

See

https://thebookofshaders.com/glossary/?search=atanopen in new window

Defined in

src/vec2.ts:812open in new window