Skip to main content

RotateExtrudeObject

Trait RotateExtrudeObject 

Source
pub trait RotateExtrudeObject: Object {
    // Provided method
    fn rotate_extrude(self) -> RotateExtrude<Self>
       where Self: Sized { ... }
}

Provided Methods§

Source

fn rotate_extrude(self) -> RotateExtrude<Self>
where Self: Sized,

Implementors§