Skip to contents

Quaternion Subtract Value

Usage

quaternion_subtract_value(q, sub)

Arguments

q

A numeric vector of length 4.

sub

A number.

Value

A numeric vector of length 4

Examples

quaternion_subtract_value(c(0, 0, 0, 1), 0.0)
#> x y z w 
#> 0 0 0 1