Skip to contents

Vector3 Add Value

Usage

vector3_add_value(v, add)

Arguments

v

A numeric vector of length 3.

add

A number.

Value

A numeric vector of length 3

Examples

vector3_add_value(c(0, 0, 0), 0.0)
#> x y z 
#> 0 0 0