Description Usage Arguments Details Value References See Also Examples
Project an arbitrary 3-by-3 matrix into SO(3)
1 | project.SO3(M)
|
M |
3-by-3 matrix to project |
This function uses the process given in Moakher (2002) to project an arbitrary 3-by-3 matrix into SO(3).
projection of M into SO(3)
Moakher M (2002). "Means and averaging in the group of rotations." _SIAM Journal on Matrix Analysis and Applications_, *24*(1), pp. 1-16.
1 2 | M<-matrix(rnorm(9),3,3)
project.SO3(M)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.