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