dime
0.9.1
Portable DXF file library
|
The dimeVec2f class is for containing and operating on a 2D vector / coordinate. More...
#include <dime/util/Linear.h>
Public Member Functions | |
dimeVec2f (const dimeVec2f &vec) | |
dimeVec2f (dxfdouble _x, dxfdouble _y) | |
void | print () const |
void | print (const char *s) |
void | setValue (const dxfdouble _x, const dxfdouble _y) |
Public Attributes | |
dxfdouble | x |
dxfdouble | y |
The dimeVec2f class is for containing and operating on a 2D vector / coordinate.