ACloudViewer  3.9.4
A Modern Library for 3D Data Processing
Point3D< T > Class Template Reference

#include <Common.h>

Public Member Functions

 Point3D (T x=0., T y=0., T z=0.)
 

Public Attributes

x
 
y
 
z
 

Detailed Description

template<typename T>
class Point3D< T >

Definition at line 117 of file Common.h.

Constructor & Destructor Documentation

◆ Point3D()

template<typename T >
Point3D< T >::Point3D ( x = 0.,
y = 0.,
z = 0. 
)
inline

Definition at line 120 of file Common.h.

References Point3D< T >::x, Point3D< T >::y, and Point3D< T >::z.

Member Data Documentation

◆ x

template<typename T >
T Point3D< T >::x

Definition at line 119 of file Common.h.

Referenced by lessPoint3D< T >::operator()(), and Point3D< T >::Point3D().

◆ y

template<typename T >
T Point3D< T >::y

Definition at line 119 of file Common.h.

Referenced by lessPoint3D< T >::operator()(), and Point3D< T >::Point3D().

◆ z

template<typename T >
T Point3D< T >::z

Definition at line 119 of file Common.h.

Referenced by lessPoint3D< T >::operator()(), and Point3D< T >::Point3D().


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