![]() |
ACloudViewer
3.9.4
A Modern Library for 3D Data Processing
|
#include <Common.h>
Public Member Functions | |
| Point3D (T x=0., T y=0., T z=0.) | |
Public Attributes | |
| T | x |
| T | y |
| T | z |
Definition at line 120 of file Common.h.
References Point3D< T >::x, Point3D< T >::y, and Point3D< T >::z.
| T Point3D< T >::x |
Definition at line 119 of file Common.h.
Referenced by lessPoint3D< T >::operator()(), and Point3D< T >::Point3D().
| T Point3D< T >::y |
Definition at line 119 of file Common.h.
Referenced by lessPoint3D< T >::operator()(), and Point3D< T >::Point3D().
| T Point3D< T >::z |
Definition at line 119 of file Common.h.
Referenced by lessPoint3D< T >::operator()(), and Point3D< T >::Point3D().