[][src]Trait smartpool_spatial::ZeroCoord

pub trait ZeroCoord {
    fn zero_coord() -> Self;
}

Coordinate types which have a [0, 0, 0] value.

Required methods

fn zero_coord() -> Self

Loading content...

Implementations on Foreign Types

impl ZeroCoord for [i64; 3][src]

impl ZeroCoord for [u32; 3][src]

impl ZeroCoord for [i32; 3][src]

impl ZeroCoord for [u64; 3][src]

Loading content...

Implementors

Loading content...