Function rust_3d::io::load_xy [] [src]

pub fn load_xy<RI, P>(
    ri: &mut RI,
    filepath: &str,
    delim_coord: &str,
    delim_pos: &str
) -> Result<()> where
    RI: IsRandomInsertible<P>,
    P: Is2D + IsBuildable2D

Loads a IsRandomInsertible as x y coordinates with a specified delimiter between coordinates and positions. E.g. used to load the .xy file format or .csv files