Toggle menu
Toggle personal menu
Not logged in
Your IP address will be publicly visible if you make any edits.

Template:Main:Vector/Methods

Template page
Revision as of 20:56, 27 October 2024 by PenguinEncounter (talk | contribs) (Created page with "=== Math operations === Mathematical operations that apply to all vectors, such as computing their length ==== length ==== ---- Computes the length of a vector. <div style="float:right; padding: 10px; width: fit-content(80%); background-color: var(--color-surface-2);"> <div class="mw-collapsible mw-collapsed"> <div>Nerdy math definition</div> <div style="clear:both;" class="mw-collapsible-content"> Computes the wikipedia:Norm (mathematics)#Euclidean norm|Euclidean nor...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

Math operations

Mathematical operations that apply to all vectors, such as computing their length

length


Computes the length of a vector.

Nerdy math definition

Computes the Euclidean norm of the vector.

Arguments Return Type
length() number