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