Skip to content

Documentation / @ripl/3d / vec3Add

Function: vec3Add() ​

vec3Add(a, b): Vector3

Defined in: 3d/src/math/vector.ts:9

Returns the component-wise sum of two vectors.

Parameters ​

ParameterType
aVector3
bVector3

Returns ​

Vector3