Trait discrete::ToPos [] [src]

pub trait ToPos<T, U> {
    fn to_pos(&self, dim: T, index: usize, pos: &mut U);
}

Implemented for spaces which can convert an index to position type.

Required Methods

Converts index to position.

Implementors