Skip to contents

Vector4 Invert

Usage

vector4_invert(v)

Arguments

v

A numeric vector of length 4.

Value

A numeric vector of length 4

Examples

vector4_invert(c(0, 0, 0, 1))
#>   x   y   z   w 
#> Inf Inf Inf   1