mirror of
https://github.com/luau-lang/rfcs.git
synced 2025-04-03 18:10:56 +01:00
* Vector library RFC * cut out irrelevant information * small edits + vector(x, y, z) over vector.create * Fix formatting * Additional formatting * corrections to function types + special syntax * feedback * Additional functions, primitive type, constants * Update return types * Make max and min functions clearer * Clarify min and max functions * Change `vector.unit` to be `vector.normalized` * Update normalize function * Switch norm and normalized again * clarify vector.normalized * small fixes * Make the vector librarys functions align more with their math lib equivalents, and add functions that exist in the math lib that would also be useful for vectors * Update vector-library.md * fix typo * remove ncg stuff, add buffer stuff * Apply suggestions from code review Co-authored-by: vegorov-rbx <75688451+vegorov-rbx@users.noreply.github.com> * add axis to angle function * Update vector-library.md * Update docs/vector-library.md Co-authored-by: vegorov-rbx <75688451+vegorov-rbx@users.noreply.github.com> * Update docs/vector-library.md Co-authored-by: vegorov-rbx <75688451+vegorov-rbx@users.noreply.github.com> * Update docs/vector-library.md Co-authored-by: vegorov-rbx <75688451+vegorov-rbx@users.noreply.github.com> * Update docs/vector-library.md Co-authored-by: vegorov-rbx <75688451+vegorov-rbx@users.noreply.github.com> * Update docs/vector-library.md Co-authored-by: vegorov-rbx <75688451+vegorov-rbx@users.noreply.github.com> * Update docs/vector-library.md Co-authored-by: vegorov-rbx <75688451+vegorov-rbx@users.noreply.github.com> * Update docs/vector-library.md Co-authored-by: vegorov-rbx <75688451+vegorov-rbx@users.noreply.github.com> * Update docs/vector-library.md Co-authored-by: vegorov-rbx <75688451+vegorov-rbx@users.noreply.github.com> * Update docs/vector-library.md Co-authored-by: vegorov-rbx <75688451+vegorov-rbx@users.noreply.github.com> * Update docs/vector-library.md Co-authored-by: vegorov-rbx <75688451+vegorov-rbx@users.noreply.github.com> * Fix typo Co-authored-by: dcope-rbx <91100513+dcope-rbx@users.noreply.github.com> * typo fix Co-authored-by: Varun Saini <61795485+vrn-sn@users.noreply.github.com> * typo fix Co-authored-by: Varun Saini <61795485+vrn-sn@users.noreply.github.com> * Fix typo Co-authored-by: vegorov-rbx <75688451+vegorov-rbx@users.noreply.github.com> --------- Co-authored-by: ffrostfall <80861876+ffrostflame@users.noreply.github.com> Co-authored-by: Jack <85714123+jackdotink@users.noreply.github.com> Co-authored-by: Kalrnlo <62822174+kalrnlo@users.noreply.github.com> Co-authored-by: vegorov-rbx <75688451+vegorov-rbx@users.noreply.github.com> Co-authored-by: dcope-rbx <91100513+dcope-rbx@users.noreply.github.com> Co-authored-by: Varun Saini <61795485+vrn-sn@users.noreply.github.com> |
||
---|---|---|
.. | ||
_config.yml | ||
behavior-eq-metamethod.md | ||
behavior-stricter-utf8-library.md | ||
change-global-version.md | ||
CNAME | ||
config-luaurc.md | ||
deprecate-getfenv-setfenv.md | ||
deprecate-table-getn-foreach.md | ||
disallow-proposals-leading-to-ambiguity-in-grammar.md | ||
function-bit32-byteswap.md | ||
function-bit32-countlz-countrz.md | ||
function-coroutine-close.md | ||
function-debug-info.md | ||
function-inlining.md | ||
function-string-pack-unpack.md | ||
function-table-clear.md | ||
function-table-clone.md | ||
function-table-create-find.md | ||
function-table-freeze.md | ||
generalized-iteration.md | ||
generic-function-subtyping.md | ||
generic-functions.md | ||
index-type-operator.md | ||
index.md | ||
keyof-type-operator.md | ||
len-metamethod-rawlen.md | ||
local-type-inference.md | ||
lower-bounds-calculation.md | ||
luau-mascot.md | ||
never-and-unknown-types.md | ||
new-nonstrict.md | ||
new-require-by-string-semantics.md | ||
property-readonly.md | ||
property-writeonly.md | ||
rawget-type-operator.md | ||
recursive-type-restriction.md | ||
require-by-string-aliases.md | ||
reserve-dollar-sign.md | ||
sealed-table-subtyping.md | ||
shared-self-types.md | ||
syntax-array-like-table-types.md | ||
syntax-attribute-functions-deprecated.md | ||
syntax-attribute-functions-native.md | ||
syntax-attributes-functions-parameters.md | ||
syntax-attributes-functions.md | ||
syntax-compound-assignment.md | ||
syntax-continue-statement.md | ||
syntax-default-type-alias-type-parameters.md | ||
syntax-floor-division-operator.md | ||
syntax-if-expression.md | ||
syntax-leading-bar-and-ampersand.md | ||
syntax-named-function-type-args.md | ||
syntax-number-literals.md | ||
syntax-property-access-modifiers.md | ||
syntax-singleton-types.md | ||
syntax-string-interpolation.md | ||
syntax-type-alias-type-packs.md | ||
syntax-type-ascription-bidi.md | ||
syntax-type-ascription.md | ||
syntax-typed-variadics.md | ||
type-ascription-by-inhabitance.md | ||
type-byte-buffer.md | ||
type-error-suppression.md | ||
unsealed-table-assign-optional-property.md | ||
unsealed-table-literals.md | ||
unsealed-table-subtyping-strips-optional-properties.md | ||
user-defined-type-functions.md | ||
vector-library.md |