![]() |
ACloudViewer
3.9.4
A Modern Library for 3D Data Processing
|
#include <DataInterface.h>
Public Member Functions | |
| Point2D () | |
| template<class Float > | |
| Point2D (Float X, Float Y) | |
| template<class Float > | |
| void | SetPoint2D (Float X, Float Y) |
| template<class Float > | |
| void | GetPoint2D (Float &X, Float &Y) const |
Public Attributes | |
| float | x |
| float | y |
Definition at line 401 of file DataInterface.h.
|
inline |
Definition at line 404 of file DataInterface.h.
|
inline |
Definition at line 406 of file DataInterface.h.
References SetPoint2D(), and X.
|
inline |
Definition at line 415 of file DataInterface.h.
|
inline |
| float pba::Point2D::x |
Definition at line 402 of file DataInterface.h.
Referenced by GetPoint2D(), and SetPoint2D().
| float pba::Point2D::y |
Definition at line 402 of file DataInterface.h.
Referenced by GetPoint2D(), and SetPoint2D().