[][src]Trait truck_base::tolerance::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 f64[src]

Loading content...

Implementors

impl Origin for Matrix2[src]

impl Origin for Matrix3[src]

impl Origin for Matrix4[src]

impl Origin for Vector1[src]

impl Origin for Vector2[src]

impl Origin for Vector3[src]

impl Origin for Vector4[src]

Loading content...