slerp(from:to:t:along:)
Returns the spherical linear interpolation along the either the shortest or longest arc between two rotations.
Declaration
static func slerp(from: Rotation3DFloat, to: Rotation3DFloat, t: Float, along path: Rotation3D.SlerpPath = .shortest) -> Rotation3DFloat