|
Ponca
7d8ac87a7de01d881c9fde3c42e397b44bffb901
Point Cloud Analysis library
|
Point data type containing only containing the position vector. More...
#include <pointTypes.h>
Collaboration diagram for Ponca::PointPosition< _Scalar, _Dim >:Public Types | |
| enum | { Dim = _Dim } |
| using | Scalar = _Scalar |
| using | VectorType = Eigen::Matrix< Scalar, Dim, 1 > |
| using | MatrixType = Eigen::Matrix< Scalar, Dim, Dim > |
Public Member Functions | |
| PointPosition (const VectorType &pos=VectorType::Zero()) | |
| const VectorType & | pos () const |
| Get the point position. | |
| VectorType & | pos () |
| Get the point position. | |
Point data type containing only containing the position vector.
Definition at line 56 of file pointTypes.h.
| using Ponca::PointPosition< _Scalar, _Dim >::MatrixType = Eigen::Matrix<Scalar, Dim, Dim> |
Definition at line 65 of file pointTypes.h.
Definition at line 63 of file pointTypes.h.
| using Ponca::PointPosition< _Scalar, _Dim >::VectorType = Eigen::Matrix<Scalar, Dim, 1> |
Definition at line 64 of file pointTypes.h.
|
inline |
Definition at line 67 of file pointTypes.h.
|
inline |
Get the point position.
Definition at line 72 of file pointTypes.h.
|
inline |
Get the point position.
Definition at line 70 of file pointTypes.h.