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()
Get X coordinate.
Definition at line 1328 of file EKLMGeometry.h.
1329 {
1330 return m_X;
1331 }
◆ getY()
Get Y coordinate.
Definition at line 1345 of file EKLMGeometry.h.
1346 {
1347 return m_Y;
1348 }
◆ setX()
Set X coordinate.
- Parameters
-
Definition at line 1337 of file EKLMGeometry.h.
1338 {
1339 m_X = x;
1340 }
◆ setY()
Set Y coordinate.
- Parameters
-
Definition at line 1354 of file EKLMGeometry.h.
1355 {
1356 m_Y = y;
1357 }
◆ m_X
◆ m_Y
The documentation for this class was generated from the following files: