Description Usage Arguments Value Author(s) Examples
Qnormalize
performs a quaternion normalization.
1 | Qnormalize(Q)
|
Q |
Quaternion (Q) vector [q1, q2, q3, q4]. |
Q |
Normalized quaternion (Q) vector [q1, q2, q3, q4]. |
Jose Gama
1 2 | Q <- c(-0.1677489, -0.7369231, -0.3682588, 0.5414703)
Qnormalize(Q)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.