mirror of
https://github.com/luau-lang/rfcs.git
synced 2025-05-04 10:43:48 +01:00
Update docs/vector-library.md
Co-authored-by: vegorov-rbx <75688451+vegorov-rbx@users.noreply.github.com>
This commit is contained in:
parent
4ef1731e51
commit
8b464dc828
1 changed files with 1 additions and 1 deletions
|
@ -42,7 +42,7 @@ Returns the angle between two vectors in radians. The axis, if specified, is use
|
||||||
|
|
||||||
`vector.floor(vec: vector): vector`
|
`vector.floor(vec: vector): vector`
|
||||||
|
|
||||||
Applies `math.floor` component-wise for each vector. Equivalent of: `vector(math.floor(vec.x), etc)`.
|
Applies `math.floor` component-wise for each vector. Equivalent of: `vector.create(math.floor(vec.x), etc)`.
|
||||||
|
|
||||||
`vector.ceil(vec: vector): vector`
|
`vector.ceil(vec: vector): vector`
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue