Skip to content

Commit

Permalink
fix spacing.
Browse files Browse the repository at this point in the history
  • Loading branch information
julialongtin committed Dec 15, 2023
1 parent a96fdcd commit 6dd10d2
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion Graphics/Slicer/Math/RandomGeometry.hs
Original file line number Diff line number Diff line change
Expand Up @@ -240,7 +240,6 @@ threeTilts tilts = case tilts of
[a,b,c] -> (a,b,c)
_ -> error "wrong tilt count."


-- | Generate a random convex four sided polygon, with two right angles.
-- FIXME: only supports non-sequential right angles.
-- FIXME: also only supports bisectable angles, where the line between the non-right angled sides intersects the origin.
Expand Down

0 comments on commit 6dd10d2

Please sign in to comment.