μMath
GitHub
Preparing search index...
Vector4
add
Function add
add
<
T
extends
Vector4Like
>
(
a
:
Readonly
<
Vector4Like
>
,
b
:
Readonly
<
Vector4Like
>
,
out
:
T
,
)
:
T
Add two vectors.
Type Parameters
T
extends
Vector4Like
Parameters
a
:
Readonly
<
Vector4Like
>
The augend.
b
:
Readonly
<
Vector4Like
>
The addend.
out
:
T
The vector to store the result in.
Returns
T
The sum.
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
GitHub
μMath
Loading...
Add two vectors.