Struct natnet_decode::LabeledMarker [] [src]

pub struct LabeledMarker {
    pub id: i32,
    pub position: Marker,
    pub size: f32,
    pub occluded: Option<bool>,
    pub point_cloud_solved: Option<bool>,
    pub model_solved: Option<bool>,
}

Identifiable Marker

Fields

ID of this marker

Position in 3D space

Size of marker

Was marker occluded in this frame (NatNet >= 2.6)

Was the position solved using point cloud? (NatNet >= 2.6)

Was the position solved using a model solver? (NatNet >= 2.6)

Trait Implementations

impl Clone for LabeledMarker
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Debug for LabeledMarker
[src]

Formats the value using the given formatter.

impl PartialEq for LabeledMarker
[src]

This method tests for self and other values to be equal, and is used by ==. Read more

This method tests for !=.