Module rust_3d::io::xyz [] [src]

Module for IO of the xyz file format

Functions

load_xyz

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

save_xyz

Saves an IsRandomAccessible as x y z coordinates with a specified delimiter between coordinates and positions. E.g. used to create the .xyz file format or .csv files