Type Definition stl_io::Vertex

source ·
pub type Vertex = [f32; 3];
Expand description

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