Type Alias re_view_spatial::visualizers::Keypoints

source ·
pub type Keypoints = HashMap<(ClassId, i64), HashMap<KeypointId, Vec3>>;
Expand description

Collection of keypoints for annotation context.

Aliased Type§

struct Keypoints { /* private fields */ }