|
MRPT
2.0.4
|
#include <mrpt/math/TPoint3D.h>
Public Member Functions | |
| TPointXYZfRGBu8 () | |
| constexpr | TPointXYZfRGBu8 (float x, float y, float z, uint8_t R_val, uint8_t G_val, uint8_t B_val) |
Public Attributes | |
| mrpt::math::TPoint3Df | pt |
| uint8_t | r {0} |
| uint8_t | g {0} |
| uint8_t | b {0} |
|
inline |
Definition at line 316 of file TPoint3D.h.
|
inlineconstexpr |
Definition at line 317 of file TPoint3D.h.
| uint8_t mrpt::math::TPointXYZfRGBu8::b {0} |
Definition at line 315 of file TPoint3D.h.
Referenced by mrpt::math::TPoint3D_< float >::TPoint3D_().
| uint8_t mrpt::math::TPointXYZfRGBu8::g {0} |
Definition at line 315 of file TPoint3D.h.
Referenced by mrpt::math::TPoint3D_< float >::TPoint3D_().
| mrpt::math::TPoint3Df mrpt::math::TPointXYZfRGBu8::pt |
Definition at line 314 of file TPoint3D.h.
Referenced by mrpt::math::TPoint3D_< float >::TPoint3D_().
| uint8_t mrpt::math::TPointXYZfRGBu8::r {0} |
Definition at line 315 of file TPoint3D.h.
Referenced by mrpt::math::TPoint3D_< float >::TPoint3D_().
| Page generated by Doxygen 1.8.18 for MRPT 2.0.4 at Thu Sep 24 07:14:18 UTC 2020 |