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