Type Alias trk_io::Streamlines

source ·
pub type Streamlines = ArraySequence<Point>;

Aliased Type§

struct Streamlines {
    pub offsets: Vec<usize>,
    pub data: Vec<OPoint<f32, Const<3>>>,
}

Fields§

§offsets: Vec<usize>§data: Vec<OPoint<f32, Const<3>>>