mirror of
https://github.com/TangentFoxy/lume.git
synced 2024-11-19 07:04:24 +00:00
Fixed typo in README.md on lume.angle()'s args
This commit is contained in:
parent
842e367ccd
commit
b3773ee57d
@ -39,7 +39,7 @@ Ping-pongs the value `x` between 0 and 1.
|
|||||||
### lume.distance(x1, y1, x2, y2)
|
### lume.distance(x1, y1, x2, y2)
|
||||||
Returns the distance between the two points.
|
Returns the distance between the two points.
|
||||||
|
|
||||||
### lume.angle(x1, y2, x2, y2)
|
### lume.angle(x1, y1, x2, y2)
|
||||||
Returns the angle between the two points.
|
Returns the angle between the two points.
|
||||||
|
|
||||||
### lume.random([a [, b]])
|
### lume.random([a [, b]])
|
||||||
|
Loading…
Reference in New Issue
Block a user