//astronomy/io.github.cosinekitty.astronomy/RotationMatrix/Companion/identity
fun identity(): RotationMatrix
Creates an identity rotation matrix.
Creates a matrix that has no effect on orientation. This matrix can be the starting point for other operations, such as calling a series of RotationMatrix.combine or RotationMatrix.pivot.