Type Definition stl_io::Vertex[][src]

type Vertex = [f32; 3];

STL vertex - a corner of a Triangle in a 3D Mesh.