natnet_decode

Type Alias Marker

Source
pub type Marker = Point3<f32>;
Expand description

Visible marker as a point

Aliased Type§

struct Marker {
    pub x: f32,
    pub y: f32,
    pub z: f32,
}

Fields§

§x: f32

First component of the point.

§y: f32

Second component of the point.

§z: f32

Third component of the point.