Trait gut::ops::transform::Translate[][src]

pub trait Translate<T> {
    fn translate(&mut self, t: [T; 3]);
}

Required methods

Translate the object by the given translation vector (displacement) t.

Implementors