![]() |
Embedded Template Library
1.0
|
2D coordinate type. More...
#include <utility.h>
Public Member Functions | |
coordinate_2d (T x_, T y_) | |
Public Attributes | |
T | x |
T | y |
Friends | |
bool | operator== (const coordinate_2d &lhs, const coordinate_2d &rhs) |
bool | operator!= (const coordinate_2d &lhs, const coordinate_2d &rhs) |
2D coordinate type.