Trait fj::syntax::Difference

source ·
pub trait Difference {
    fn difference<Other>(&self, other: &Other) -> Difference2d
    where
        Other: Clone + Into<Shape2d>
; }
Expand description

Convenient syntax to create an fj::Difference2d

Required Methods

Create a difference between self and other

Implementors