|
Rerun C++ SDK
|
Datatype: A connection between two datatypes::KeypointIds.
More...
#include <rerun/datatypes/keypoint_pair.hpp>
Public Member Functions | |
| KeypointPair (uint16_t _keypoint0, uint16_t _keypoint1) | |
| KeypointPair (std::pair< uint16_t, uint16_t > pair) | |
Public Attributes | |
| rerun::datatypes::KeypointId | keypoint0 |
| The first point of the pair. | |
| rerun::datatypes::KeypointId | keypoint1 |
| The second point of the pair. | |
Datatype: A connection between two datatypes::KeypointIds.