Skip to contents

Vector3 Negate

Usage

vector3_negate(v)

Arguments

v

A numeric vector of length 3.

Value

A numeric vector of length 3

Examples

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