double string More...
#include <Math.h>
Public Member Functions | |
| String2 ()=default | |
| Constructor Function. | |
| String2 (const std::string &str0, const std::string &str1) | |
| Constructor Function. | |
| virtual | ~String2 ()=default |
| Destructor Function. | |
| bool | operator== (const String2 &other) const |
| equal operation. | |
Public Attributes | |
| std::string | x |
| x component. | |
| std::string | y |
| y component. | |