mf
Media Framework
|
Point cloud point with only XYZ coordinates. More...
#include <point.h>
Public Member Functions | |
point_xyz () | |
point_xyz (const Eigen_vec3 &pos) | |
auto | position () |
auto | position () const |
bool | is_null () const noexcept |
Public Attributes | |
Eigen_vec4 | homogeneous_coordinates |
Point cloud point with only XYZ coordinates.
Can be marked valid and invalid. Stored using 4-vector with homogeneous coordinates, where last component is fixed to 1.0: allows for SIMD processing. When marked invalid last component is set to non 1.0.
|
inline |
|
inline |
|
inlinenoexcept |
|
inline |
|
inline |
Eigen_vec4 mf::point_xyz::homogeneous_coordinates |