Skip to content

Commit

Permalink
put Line-related stuff into README
Browse files Browse the repository at this point in the history
  • Loading branch information
Mason Simon committed Oct 17, 2010
1 parent 62e830d commit 3620fba
Showing 1 changed file with 13 additions and 1 deletion.
14 changes: 13 additions & 1 deletion README
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,8 @@ Defined geometry objects

* Polygon

* Line


Already implemented algorithms
==============================
Expand Down Expand Up @@ -45,6 +47,16 @@ Already implemented algorithms

* Euclid distance { Geometry.distance }

* Line slope { Line.slope }

* Y-intercept of a line { Line.y_intercept }

* X-intercept of a line { Line.x_intercept }

* Are lines parallel? { Line.parallel_to? }

* What x-value do lines intersect at? { Line.intersect_x }


Coming up
=========
Expand All @@ -70,4 +82,4 @@ Coming up
* Making a ruby gem


Copyright (c) 2008 Daniel Vartanov, released under the MIT license
Copyright (c) 2008 Daniel Vartanov, released under the MIT license

0 comments on commit 3620fba

Please sign in to comment.