pub trait LayerTransform { // Required method fn transform(&mut self, transform: &Pos); }
Adds an offset to given data