libimgdoc2
Loading...
Searching...
No Matches
Public Member Functions | List of all members
imgdoc2::Point3dF Struct Reference

Structure defining a point in three dimensions with floats representing the coordinates. More...

#include <types.h>

Inheritance diagram for imgdoc2::Point3dF:
imgdoc2::Point3dT< float >

Public Member Functions

 Point3dF (float x, float y, float z)
 
- Public Member Functions inherited from imgdoc2::Point3dT< float >
 Point3dT ()
 Default constructor which sets all properties to zero.
 
 Point3dT (float x, float y, float z)
 

Additional Inherited Members

- Public Attributes inherited from imgdoc2::Point3dT< float >
float x
 The x-coordinate of the point.
 
float y
 The y-coordinate of the point.
 
float z
 The z-coordinate of the point.
 

Detailed Description

Structure defining a point in three dimensions with floats representing the coordinates.

Constructor & Destructor Documentation

◆ Point3dF()

imgdoc2::Point3dF::Point3dF ( float  x,
float  y,
float  z 
)
inline

Constructor.

Parameters
xThe x coordinate.
yThe y coordinate.
zThe z coordinate.

The documentation for this struct was generated from the following file: