Trait truck_modeling::base::traits::Invertible[][src]

pub trait Invertible: Clone {
    fn invert(&mut self);

    fn inverse(&self) -> Self { ... }
}
Expand description

Oriented and reversible

Required methods

Inverts self

Provided methods

Returns the inverse.

Implementations on Foreign Types

Implementation for the test of topological methods.

Implementors