R/from_sphere.R
rotationMatrix3.Rd
Product of elementary rotation matrices in 3D
rotationMatrix3(ax = 0, ay = 0, az = 0, order = c(3, 2, 1))
Order in which to to the product. Aimed for pre-product Default: 3-2-1 i.e. around z, then around y, then around x.