return nearest mon if point out of range
This commit is contained in:
parent
5635c6385f
commit
08d4d987cf
4 changed files with 37 additions and 18 deletions
|
|
@ -10,5 +10,6 @@ std::string removeBeginEndSpacesTabs(std::string);
|
|||
bool isNumber(const std::string&);
|
||||
bool isDirection(const std::string&);
|
||||
int getWorkspaceIDFromString(const std::string&, std::string&);
|
||||
float vecToRectDistanceSquared(const Vector2D& vec, const Vector2D& p1, const Vector2D& p2);
|
||||
|
||||
float getPlusMinusKeywordResult(std::string in, float relative);
|
||||
Loading…
Add table
Add a link
Reference in a new issue