Function rust_3d::io::load_xyz [] [src]

pub fn load_xyz<RI, P>(
    ri: &mut RI,
    filepath: &str,
    delim_coord: &str,
    delim_pos: &str
) -> Result<()> where
    RI: IsRandomInsertible<P>,
    P: Is3D + IsBuildable3D

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