Struct dae_parser::BoxShape [−][src]
Expand description
Declares an axis-aligned, centered box primitive.
(Note: The type is not called Box
to avoid the name clash with the Rust builtin type.)
Fields
half_extents: [f32; 3]
The extents of the box.
extra: Vec<Extra>
Provides arbitrary additional information about this element.
Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for BoxShape
impl UnwindSafe for BoxShape
Blanket Implementations
Mutably borrows from an owned value. Read more