Skip to contents

Vector3 Invert

Usage

vector3_invert(v)

Arguments

v

A numeric vector of length 3.

Value

A numeric vector of length 3

Examples

vector3_invert(c(0, 0, 0))
#>   x   y   z 
#> Inf Inf Inf