Struct dae_parser::TaperedCylinder [−][src]
pub struct TaperedCylinder {
pub height: f32,
pub radius1: f32,
pub radius2: f32,
pub extra: Vec<Extra>,
}Fields
height: f32radius1: f32radius2: f32extra: Vec<Extra>Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for TaperedCylinder
impl Send for TaperedCylinder
impl Sync for TaperedCylinder
impl Unpin for TaperedCylinder
impl UnwindSafe for TaperedCylinder
Blanket Implementations
Mutably borrows from an owned value. Read more