astronomy

//astronomy/io.github.cosinekitty.astronomy/RotationMatrix/combine

combine

infix fun combine(other: RotationMatrix): RotationMatrix

Creates a rotation based on applying one rotation followed by another.

Given two rotation matrices, returns a combined rotation matrix that is equivalent to rotating based on this matrix, followed by the matrix other.