removed unused constant

This commit is contained in:
Stephen McQuay 2013-08-19 21:29:02 -07:00
parent 3b183481ef
commit 7f75104f3a
1 changed files with 0 additions and 2 deletions

View File

@ -4,8 +4,6 @@ import (
v "bitbucket.org/hackerbots/vector"
)
const threshold = 1e-7
func distance(p1, p2 v.Point2d) float64 {
return p1.Sub(p2).Mag()
}