pub type Streamlines = ArraySequence<Point>;
pub struct Streamlines { pub offsets: Vec<usize>, pub data: Vec<OPoint<f32, Const<3>>>, }
offsets: Vec<usize>
data: Vec<OPoint<f32, Const<3>>>