2D point.
More...
#include <EKLMGeometry.h>
|
| | Point () |
| | Constructor.
|
| |
| double | getX () const |
| | Get X coordinate.
|
| |
| void | setX (double x) |
| | Set X coordinate.
|
| |
| double | getY () const |
| | Get Y coordinate.
|
| |
| void | setY (double y) |
| | Set Y coordinate.
|
| |
|
|
| ClassDef (Point, 1) |
| | Class version.
|
| |
|
| double | m_X = 0 |
| | X coordinate.
|
| |
| double | m_Y = 0 |
| | Y coordinate.
|
| |
2D point.
Definition at line 1316 of file EKLMGeometry.h.
◆ Point()
◆ getX()
◆ getY()
◆ setX()
◆ setY()
◆ m_X
◆ m_Y
The documentation for this class was generated from the following files: