Skip to contents

Vector3 Add

Usage

vector3_add(v1, v2)

Arguments

v1

A numeric vector of length 3.

v2

A numeric vector of length 3.

Value

A numeric vector of length 3

Examples

vector3_add(c(0, 0, 0), c(0, 0, 0))
#> x y z 
#> 0 0 0