Trait fj::syntax::Sweep

source ·
pub trait Sweep {
    fn sweep(&self, path: [f64; 3]) -> Sweep;
}
Expand description

Convenient syntax to create an fj::Sweep

Required Methods

Sweep self along a straight path

Implementors