Streamlines

Type Alias Streamlines 

Source
pub type Streamlines = ArraySequence<Point>;

Aliased Type§

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

Fields§

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