re_view_spatial::visualizers

Type Alias 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 */ }