Skip to contents

Quaternion Equals

Usage

quaternion_equals(p, q)

Arguments

p

A numeric vector of length 4.

q

A numeric vector of length 4.

Value

An integer

Examples

quaternion_equals(c(0, 0, 0, 1), c(0, 0, 0, 1))
#> [1] 1