Removed hard-coded float from pick.hpp
- In near(), templated the radius type to Rad
- Changed return type of distance() from float to double
- Changed floats inside of distance() to doubles
Q: should return value of distance() be templated?
Q: should return value of distance() be templated?