Struct dae_parser::Capsule [−][src]
Expand description
Declares a capsule primitive that is centered on and aligned with the local y axis.
Fields
height: f32
The length of the line segment connecting the centers of the capping hemispheres.
radius: [f32; 2]
The radii of the capsule (it may be elliptical).
extra: Vec<Extra>
Provides arbitrary additional information about this element.
Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for Capsule
impl UnwindSafe for Capsule
Blanket Implementations
Mutably borrows from an owned value. Read more