Reflect2D

Trait Reflect2D 

Source
pub trait Reflect2D<T = Self> {
    // Required method
    fn reflect_2d(&self, l: &Line) -> T;
}
Expand description

Reflects a 2D geometry along a line.

Required Methods§

Source

fn reflect_2d(&self, l: &Line) -> T

Mirror a 2D geometry.

Implementations on Foreign Types§

Source§

impl Reflect2D for Coord

Source§

fn reflect_2d(&self, l: &Line) -> Self

Implementors§