Struct dae_parser::PolygonHole [−][src]
Expand description
The data for an individual polygon-with-hole.
Fields
verts: Box<[u32]>
The vertex data for the polygon.
hole: Vec<Box<[u32]>>
A list of 0 or more holes, each of which describes a polygonal hole in the main polygon.
Implementations
Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for PolygonHole
impl Send for PolygonHole
impl Sync for PolygonHole
impl Unpin for PolygonHole
impl UnwindSafe for PolygonHole
Blanket Implementations
Mutably borrows from an owned value. Read more