@lakuna/umath
Preparing search index...
Vector2
add
Function add
add
<
T
extends
Vector2Like
>
(
a
:
Vector2Like
,
b
:
Vector2Like
,
out
:
T
)
:
T
Add two vectors.
Type Parameters
T
extends
Vector2Like
Parameters
a
:
Vector2Like
The augend.
b
:
Vector2Like
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
@lakuna/umath
Loading...
Add two vectors.