Function off

Source
pub fn off<T: 'static, U: Float>(
    pos: [U; 3],
    a: Arc<dyn Fn(T) -> [U; 3] + Sync + Send>,
) -> Arc<dyn Fn(T) -> [U; 3] + Sync + Send>
Expand description

Offsets 3d -> 3d at position.