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