Skip to contents

Vector3 Subtract Value

Usage

vector3_subtract_value(v, sub)

Arguments

v

A numeric vector of length 3.

sub

A number.

Value

A numeric vector of length 3

Examples

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