2D point for indexing into array
More...
#include <calibration.hpp>
|
| Point2d (tof_point_2d_t ptr=nullptr) |
| Construct from pointer.
|
|
int32_t | row () |
| Get the row value.
|
|
int32_t | col () |
| Get the column value.
|
|
2D point for indexing into array
Definition at line 13 of file calibration.hpp.
◆ Point2d()
chronoptics::tof::Point2d::Point2d |
( |
tof_point_2d_t |
ptr = nullptr | ) |
|
|
inline |
◆ col()
int32_t chronoptics::tof::Point2d::col |
( |
| ) |
|
|
inline |
Get the column value.
- Returns
- Column value
Definition at line 30 of file calibration.hpp.
◆ row()
int32_t chronoptics::tof::Point2d::row |
( |
| ) |
|
|
inline |