Misc. typos: Please merge right before 0.17 release
I'm still finding typos in the source code. I propose that you keep this PR open prior ro relaese and then merge so that if I find other typos in the meantime they will be part this release.
This commit is contained in:
@@ -917,7 +917,7 @@ return;
|
||||
}
|
||||
|
||||
Point Kurve::Near(const Point& p, int& nearSpanNumber)const {
|
||||
// finds the nearest span on kurve to the the given point, nearSpanNumber is the spannumber
|
||||
// finds the nearest span on kurve to the given point, nearSpanNumber is the spannumber
|
||||
double minDist = 1.0e100;
|
||||
Point pNear, pn;
|
||||
|
||||
@@ -939,7 +939,7 @@ return;
|
||||
|
||||
|
||||
Point Kurve::NearToVertex(const Point& p, int& nearSpanNumber)const {
|
||||
// finds the nearest span endpoint on kurve to the the given point, nearSpanNumber is the spannumber
|
||||
// finds the nearest span endpoint on kurve to the given point, nearSpanNumber is the spannumber
|
||||
double minDistSquared = 1.0e100;
|
||||
Point pn;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user