[][src]Trait pga2d::Dual

pub trait Dual {
    type Output;
    fn dual(self) -> Self::Output;
}

Associated Types

type Output

Loading content...

Required methods

fn dual(self) -> Self::Output

Loading content...

Implementors

impl Dual for Line[src]

type Output = Point

impl Dual for Point[src]

type Output = Line

Loading content...