Skip to contents

Quaternion From Vector3 To Vector3

Usage

quaternion_from_vector3_to_vector3(from, to)

Arguments

from

A numeric vector of length 3.

to

A numeric vector of length 3.

Value

A numeric vector of length 4

Examples

quaternion_from_vector3_to_vector3(c(0, 0, 0), c(0, 0, 0))
#> x y z w 
#> 0 0 0 0