libimgdoc2
Loading...
Searching...
No Matches
Public Member Functions | Public Attributes | List of all members
imgdoc2::Point3dT< t > Struct Template Reference

#include <types.h>

Public Member Functions

 Point3dT ()
 Default constructor which sets all properties to zero.
 
 Point3dT (t x, t y, t z)
 

Public Attributes

x
 The x-coordinate of the point.
 
y
 The y-coordinate of the point.
 
z
 The z-coordinate of the point.
 

Detailed Description

template<typename t>
struct imgdoc2::Point3dT< t >

Structure defining a point in three dimensions.

Template Parameters
tGeneric type parameter.

Constructor & Destructor Documentation

◆ Point3dT()

template<typename t >
imgdoc2::Point3dT< t >::Point3dT ( x,
y,
z 
)
inline

Constructor

Parameters
xThe x-coordinate of the point.
yThe y-coordinate of the point.
zThe z-coordinate of the point.

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