Structure defining a point in two dimensions with doubles representing the coordinates.
More...
#include <types.h>
|
| PointD () |
| Default constructor which sets all properties to zero.
|
|
| PointD (double x, double y) |
|
| PointT () |
| Default constructor which sets all properties to zero.
|
|
| PointT (double x, double y) |
|
|
double | x |
| The x-coordinate of the point.
|
|
double | y |
| The y-coordinate of the point.
|
|
Structure defining a point in two dimensions with doubles representing the coordinates.
◆ PointD()
imgdoc2::PointD::PointD |
( |
double |
x, |
|
|
double |
y |
|
) |
| |
|
inline |
Constructor
- Parameters
-
x | The x-coordinate of the point. |
y | The y-coordinate of the point. |
The documentation for this struct was generated from the following file: