Rerun C++ SDK
Loading...
Searching...
No Matches
rerun::datatypes::KeypointPair Struct Reference

Datatype: A connection between two Keypoints. 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.
 

Detailed Description

Datatype: A connection between two Keypoints.


The documentation for this struct was generated from the following file: