62double toDouble(
const std::string& s);
67float toFloat(
const std::string& s);
float toFloat(const std::string &s)
Converts a std::string to float using the classic C locale.
double toDouble(const std::string &s)
Converts a std::string to double using the classic C locale.
std::string toString(double d)
Convert a double to std::string using the classic C locale.
Main namespace for MoveIt.