Skip to contents

Product of elementary rotation matrices in 3D

Usage

rotationMatrix3(ax = 0, ay = 0, az = 0, order = c(3, 2, 1))

Arguments

order

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.