Structure defining a point in two dimensions with floats representing the coordinates.
More...
#include <types.h>
|
|
| PointF () |
| | Default constructor which sets all properties to zero.
|
| |
| | PointF (float x, float y) |
| |
|
| PointT () |
| | Default constructor which sets all properties to zero.
|
| |
| | PointT (float x, float y) |
| |
|
|
float | x |
| | The x-coordinate of the point.
|
| |
|
float | y |
| | The y-coordinate of the point.
|
| |
Structure defining a point in two dimensions with floats representing the coordinates.
◆ PointF()
| imgdoc2::PointF::PointF |
( |
float |
x, |
|
|
float |
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: