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

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

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

Provided methods

pub fn so_small(&self) -> bool[src]

near origin

pub fn so_small2(&self) -> bool[src]

near origin in square order

Loading content...

Implementations on Foreign Types

impl Origin for Matrix3<f64>[src]

impl Origin for Vector4<f64>[src]

impl Origin for Matrix4<f64>[src]

impl Origin for Vector3<f64>[src]

impl Origin for Matrix2<f64>[src]

impl Origin for Vector2<f64>[src]

impl Origin for f64[src]

impl Origin for Vector1<f64>[src]

Loading content...

Implementors

Loading content...