public static quaternion Rotation(this float5x4 m) { return(quaternion.LookRotationSafe(m.Forward(), m.Up())); }