Skip to content

Commit

Permalink
Fix documentation formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
Ian Mackenzie committed May 28, 2020
1 parent 990950f commit d8637a8
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions src/LineSegment2d.elm
Original file line number Diff line number Diff line change
Expand Up @@ -524,9 +524,9 @@ signedDistanceAlong axis (Types.LineSegment2d ( p1, p2 )) =

{-| Measure the distance of a line segment from an axis. If the returned interval:
- is entirely positive, then the line segment is to the left of the axis
- is entirely negative, then the line segment is to the right of the axis
- contains zero, then the line segment crosses the axis
- is entirely positive, then the line segment is to the left of the axis
- is entirely negative, then the line segment is to the right of the axis
- contains zero, then the line segment crosses the axis
Note that reversing the line segment will _not_ affect the result.
Expand Down

0 comments on commit d8637a8

Please sign in to comment.