Skip to content

Commit

Permalink
refactor(geometry/euclidean/angle/oriented/basic): split out rotations (
Browse files Browse the repository at this point in the history
#18212)

`geometry.euclidean.angle.oriented.basic` is 1489 lines long.  Reduce it to 1032 lines by splitting out the definition of and results about `rotation` to a separate file.  (No results in this file involve `rotation` in their proofs unless it's also involved in the statement.)  There are no changes to API or proofs.
  • Loading branch information
jsm28 committed Jan 18, 2023
1 parent df78eae commit fb31989
Show file tree
Hide file tree
Showing 3 changed files with 489 additions and 458 deletions.
2 changes: 1 addition & 1 deletion src/geometry/euclidean/angle/oriented/affine.lean
Expand Up @@ -4,7 +4,7 @@ Released under Apache 2.0 license as described in the file LICENSE.
Authors: Joseph Myers
-/
import analysis.convex.side
import geometry.euclidean.angle.oriented.basic
import geometry.euclidean.angle.oriented.rotation
import geometry.euclidean.angle.unoriented.affine

/-!
Expand Down

0 comments on commit fb31989

Please sign in to comment.