Description Usage Arguments Details Value References Examples
Generate rotations according to the Uniform-Axis Random Spin methodology
1 |
r |
vector of angles |
S |
The principle direction |
space |
Indicates the desired representation: matrix in SO3, quaternion, or Euler angles |
Given a vector u in R^2 of length one and angle of rotation r, a rotation can be formed using Rodrigues formula
cos(r)I+sin(r)Φ(u)+(1-cos(r))uu'
where I is the 3-by-3 identity matrix,Φ(u) is a 3-by-3 skew-symmetric matirix with upper triangular elements -u3, u2 and -u1 in that order.
a matrix where each row is a sample point in the desired space
Bingham M, Nordman D and Vardeman S (2009). "Modeling and Inference for Measured Crystal Orientations and a Tractable Class of Symmetric Distributions for Rotations in three Dimensions." _Journal of the American Statistical Association_, *104*(488), pp. 1385-1397.
1 2 |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.