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