mirror of
https://github.com/patriciogonzalezvivo/thebookofshaders
synced 2024-11-08 01:10:27 +00:00
fix a typo
This commit is contained in:
parent
3229800f16
commit
e3636da23e
@ -13,7 +13,7 @@ vec4 cos(vec4 angle)
|
||||
```angle``` specify the quantity, in radians, of which to return the cosine.
|
||||
|
||||
### Description
|
||||
```cos()``` returns the trigonometric sine of angle.
|
||||
```cos()``` returns the trigonometric cosine of angle.
|
||||
|
||||
<div class="simpleFunction" data="y = cos(x); "></div>
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user