Skip to content

Commit

Permalink
Updated Changes.txt and README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
davisdude committed Aug 10, 2015
1 parent 97d9e1a commit bed1fcb
Show file tree
Hide file tree
Showing 2 changed files with 429 additions and 398 deletions.
32 changes: 32 additions & 0 deletions Changes.txt
Original file line number Diff line number Diff line change
@@ -1,3 +1,35 @@
0.10.0
====
Added:
----

Changed:
----
- mlib.line.segment is now mlib.segment.
- mlib.line.getIntercept has been renamed to mlib.line.getYIntercept
- mlib.line.getYIntercept now returns the x-coordinate for vertical lines instead of false.
- mlib.line.getPerpendicularBisector is now mlib.segment.getPerpendicularBisector.
- mlib.math.getPercentOfChange now returns the percentage instead of the decimal answer.

Fixed:
----
- mlib.line.getIntersection now should handle vertical slopes better.
- mlib.line.getClosestPoint now uses local function checkFuzzy for checking horizontal lines.
- Fixed possible bug in mlib.line.getSegmentIntersection and vertical lines.
- mlib.segment.getIntersection now uses fuzzy checking for parallel lines.
- mlib.math.round is now much more efficient.
- Removed some useless code from mlib.polygon.isSegmentInside.

To-Do
----
- Determine if isCompletelyInsideFunctions should return true with tangents.
- Check argument order for logicality and consistency.
- Improve speed.
- Add error checking.
- Make sure to see if any aliases were missed. (e.g. isSegmentInside)
- Implement mlib.shapes again(?)
- Clean up and correct README (add "Home" link, etc.)

0.9.4
====
Added:
Expand Down
Loading

0 comments on commit bed1fcb

Please sign in to comment.