Point in 2D Class represents point in 2D.
More...
#include <Draw2D_api_interface.hh>
Point in 2D Class represents point in 2D.
drawNS::Point2D::Point2D |
( |
double |
x, |
|
|
double |
y |
|
) |
| |
|
inline |
const double& drawNS::Point2D::operator[] |
( |
uint |
ind | ) |
const |
|
inline |
Acess operator.
- Parameters
-
ind | - 0 for x coord, 1 for y. |
- Returns
- value of coord.
double& drawNS::Point2D::operator[] |
( |
uint |
ind | ) |
|
|
inline |
Acess operator.
- Parameters
-
ind | - 0 for x coord, 1 for y. |
- Returns
- reference to coord.
The documentation for this class was generated from the following file: