Trait nd_matrix::matrix::ToPoint

source ·
pub trait ToPoint<const D: usize> {
    fn to_point(&self, dimension_offsets: &[usize; D]) -> Point<D>;
}

Required Methods§

Implementations on Foreign Types§

Implementors§