Trait building_blocks::prelude::Neighborhoods[][src]

pub trait Neighborhoods {
    fn corner_offsets() -> Vec<Self, Global>;
fn von_neumann_offsets() -> Vec<Self, Global>;
fn moore_offsets() -> Vec<Self, Global>; }

Required methods

All corners of an N-dimensional unit cube.

Implementors