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