Function parse2DComponents(const char *)
Defined in File Global.h
Function Documentation
-
std::pair<int, double2> parse2DComponents(const char *line)
Parses a string containing a pair of doubles.
- Parameters:
line -- The string to be parsed.
- Returns:
A vector of doubles containing the parsed values.