[][src]Trait pga2d::Join

pub trait Join<Rhs> {
    type Output;
    fn join(self, rhs: Rhs) -> Self::Output;
}

The regressive product.

Associated Types

type Output

Loading content...

Required methods

fn join(self, rhs: Rhs) -> Self::Output

Loading content...

Implementors

impl Join<Point> for Point[src]

type Output = Line

Loading content...