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

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

#include <types.h>

Inheritance diagram for imgdoc2::Point3dD:
imgdoc2::Point3dT< double >

Public Member Functions

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

Additional Inherited Members

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

Detailed Description

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

Constructor & Destructor Documentation

◆ Point3dD()

imgdoc2::Point3dD::Point3dD ( double  x,
double  y,
double  z 
)
inline

Constructor.

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

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