2D vector More...
#include <CDTUtils.h>
Public Member Functions | |
V2d () | |
Vertex with zero coordinates. | |
V2d (const T x, const T y) | |
Vertex with given coordinates. | |
Public Attributes | |
T | x |
X-coordinate. | |
T | y |
Y-coordinate. | |
|
inline |
Vertex with zero coordinates.
Definition at line 141 of file CDTUtils.h.
|
inline |
Vertex with given coordinates.
Definition at line 147 of file CDTUtils.h.
T CDT::V2d< T >::x |
X-coordinate.
Definition at line 137 of file CDTUtils.h.
T CDT::V2d< T >::y |
Y-coordinate.
Definition at line 138 of file CDTUtils.h.