Struct scad::RotateExtrudeParams[][src]

pub struct RotateExtrudeParams {
    pub angle: f32,
    pub convexity: usize,
}

Parameters for the rotate extrude function

Fields

Trait Implementations

impl Clone for RotateExtrudeParams
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Default for RotateExtrudeParams
[src]

Returns the "default value" for a type. Read more

impl ScadType for RotateExtrudeParams
[src]

Auto Trait Implementations