Skip to contents

Quaternion To Euler

Usage

quaternion_to_euler(q)

Arguments

q

A numeric vector of length 4.

Value

A numeric vector of length 3

Examples

quaternion_to_euler(c(0, 0, 0, 1))
#> x y z 
#> 0 0 0