Description Usage Arguments Value Author(s) Examples
QangularDifference
returns the angular difference between 2 quaternions.
1 | QangularDifference(Q1, Q2)
|
Q1 |
Quaternion (Q) vector [q1, q2, q3, q4]. |
Q2 |
Quaternion (Q) vector [q1, q2, q3, q4]. |
Real value = angular difference between 2 quaternions.
Jose Gama
1 2 3 | Q1 <- Qrandom()
Q2 <- Qrandom()
QangularDifference(Q1, Q2)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.