pub trait Origin: Tolerance + Zero {
    fn so_small(&self) -> bool { ... }
    fn so_small2(&self) -> bool { ... }
}
Expand description

The structs defined the origin. f64, Vector, and so on.

Provided Methods§

near origin

near origin in square order

Implementors§