Struct stl::BinaryStlFile [] [src]

pub struct BinaryStlFile {
    pub header: BinaryStlHeader,
    pub triangles: Vec<Triangle>,
}

Fields