Module building_blocks_core::prelude[][src]

Re-exports

pub use super::point::point_traits::*;
pub use super::Axis2;
pub use super::Axis3;
pub use super::Bounded;
pub use super::ConstZero;
pub use super::Distance;
pub use super::DotProduct;
pub use super::Extent2;
pub use super::Extent2f;
pub use super::Extent2i;
pub use super::Extent3;
pub use super::Extent3f;
pub use super::Extent3i;
pub use super::ExtentN;
pub use super::GetComponent;
pub use super::IntegerPoint;
pub use super::MapComponents;
pub use super::Neighborhoods;
pub use super::Norm;
pub use super::Ones;
pub use super::Point;
pub use super::PointN;

Type Definitions

A 2-dimensional point with scalar type T.

A 2-dimensional point with scalar type f32.

A 2-dimensional point with scalar type i32.

A 3-dimensional point with scalar type T.

A 3-dimensional point with scalar type f32.

A 3-dimensional point with scalar type i32.