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
5e2e6c2cfe
commit
4ef1731e51
1 changed files with 1 additions and 1 deletions
|
@ -46,7 +46,7 @@ Applies `math.floor` component-wise for each vector. Equivalent of: `vector(math
|
|||
|
||||
`vector.ceil(vec: vector): vector`
|
||||
|
||||
Applies `math.ceil` component-wise for each vector. Equivalent of: `vector(math.ceil(vec.x), etc)`.
|
||||
Applies `math.ceil` component-wise for each vector. Equivalent of: `vector.create(math.ceil(vec.x), etc)`.
|
||||
|
||||
`vector.abs(vec: vector): vector`
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue