![]() |
libimgdoc2
|
#include <types.h>
Public Member Functions | |
PointT () | |
Default constructor which sets all properties to zero. | |
PointT (t x, t y) | |
Public Attributes | |
t | x |
The x-coordinate of the point. | |
t | y |
The y-coordinate of the point. | |
Structure defining a point in two dimensions.
t | Generic type parameter. |
|
inline |
Constructor
x | The x-coordinate of the point. |
y | The y-coordinate of the point. |