product_Q4 {tectonicr} | R Documentation |
Product of quaternions
Description
Helper function for multiplication of two quaternions. Concatenation of two rotations R1 followed by R2
Usage
product_Q4(q1, q2, normalize = FALSE)
Arguments
q1 , q2 |
two objects of class |
normalize |
logical. Whether a quaternion normalization should be applied (TRUE) or not (FALSE, the default). |
Value
object of class "quaternion"
Note
Multiplication is not commutative.
[Package tectonicr version 0.3.2 Index]