[][src]Trait pga2d::Inner

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

The left contraction inner product.

Associated Types

type Output

Loading content...

Required methods

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

Loading content...

Implementors

impl Inner<Line> for Line[src]

type Output = Scalar

impl Inner<Line> for Point[src]

type Output = Line

impl Inner<Point> for Point[src]

type Output = Scalar

Loading content...