@crow281/ts-file-module-template
Preparing search index...
math/linear-algebra/algorithms/SumVectors
sumVectors
Function sumVectors
sumVectors
(
vectors
:
Iterable
<
Vector4
>
)
:
Vector4
Parameters
vectors
:
Iterable
<
Vector4
>
An iterable containing some numbers we want to add up.
Returns
Vector4
The sum of all numbers inside of iterable.
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
@crow281/ts-file-module-template
Loading...
An iterable containing some numbers we want to add up.