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