Trait truck_rendimpl::modeling::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

near origin

pub fn so_small2(&self) -> bool

near origin in square order

Loading content...

Implementations on Foreign Types

impl Origin for f64

impl Origin for Vector2<f64>

impl Origin for Vector3<f64>

impl Origin for Matrix3<f64>

impl Origin for Matrix2<f64>

impl Origin for Vector1<f64>

impl Origin for Matrix4<f64>

impl Origin for Vector4<f64>

Loading content...

Implementors

Loading content...