product_Q4 | R Documentation |
Helper function for multiplication of two quaternions. Concatenation of two rotations R1 followed by R2
product_Q4(q1, q2, normalize = FALSE)
q1 , q2 |
two objects of class |
normalize |
logical. Whether a quaternion normalization should be applied (TRUE) or not (FALSE, the default). |
object of class "quaternion"
Multiplication is not commutative.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.