Trait truck_modeling::base::Origin[][src]

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