pub fn process_annotation_and_keypoint_slices(
    latest_at: TimeInt,
    num_instances: usize,
    positions: impl Iterator<Item = Vec3>,
    keypoint_ids: &[KeypointId],
    class_ids: &[ClassId],
    annotations: &Annotations
) -> (ResolvedAnnotationInfos, HashMap<(ClassId, i64), HashMap<KeypointId, Vec3>>)
Expand description

Resolves all annotations and keypoints for the given entity view.