// Copyright (c) 2017, Marty Mills <daggerbot@gmail.com>
// This software is available under the terms of the zlib license.
// See COPYING.md for more information.
extern crate dnum;
extern crate dvec;
extern crate try_from;
pub use ;
pub use ;
pub use ;
/// Integer coordinate type.
pub type Coord = i32;