pub trait InnerProduct<T> {
    type Output;

    // Required method
    fn inner_product(self, other: T) -> Self::Output;
}
Expand description

Geometric product grade filtered by t == (r - s).abs()

Also called fat dot product

Required Associated Types§

Required Methods§

source

fn inner_product(self, other: T) -> Self::Output

Implementations on Foreign Types§

source§

impl InnerProduct<IdealPoint> for f32

source§

impl InnerProduct<Translator> for f32

source§

impl InnerProduct<f32> for f32

§

type Output = f32

source§

fn inner_product(self, other: f32) -> f32

source§

impl InnerProduct<Motor> for f32

§

type Output = Motor

source§

fn inner_product(self, other: Motor) -> Motor

source§

impl InnerProduct<Plane> for f32

§

type Output = Plane

source§

fn inner_product(self, other: Plane) -> Plane

source§

impl InnerProduct<MotorDual> for f32

source§

impl InnerProduct<MotorDual> for f32

source§

impl InnerProduct<MultiVector> for f32

source§

impl InnerProduct<Point> for f32

§

type Output = Point

source§

fn inner_product(self, other: Point) -> Point

source§

impl InnerProduct<Line> for f32

§

type Output = Line

source§

fn inner_product(self, other: Line) -> Line

source§

impl InnerProduct<Rotor> for f32

§

type Output = Rotor

source§

fn inner_product(self, other: Rotor) -> Rotor

source§

impl InnerProduct<Motor> for f32

§

type Output = Motor

source§

fn inner_product(self, other: Motor) -> Motor

source§

impl InnerProduct<Line> for f32

§

type Output = Line

source§

fn inner_product(self, other: Line) -> Line

source§

impl InnerProduct<Point> for f32

§

type Output = Point

source§

fn inner_product(self, other: Point) -> Point

source§

impl InnerProduct<Line> for f32

§

type Output = Line

source§

fn inner_product(self, other: Line) -> Line

source§

impl InnerProduct<IdealPoint> for f32

source§

impl InnerProduct<Plane> for f32

§

type Output = Plane

source§

fn inner_product(self, other: Plane) -> Plane

source§

impl InnerProduct<PointAndPlane> for f32

source§

impl InnerProduct<IdealPoint> for f32

source§

impl InnerProduct<Plane> for f32

§

type Output = Plane

source§

fn inner_product(self, other: Plane) -> Plane

source§

impl InnerProduct<MultiVector> for f32

source§

impl InnerProduct<IdealPoint> for f32

source§

impl InnerProduct<Plane> for f32

§

type Output = Plane

source§

fn inner_product(self, other: Plane) -> Plane

source§

impl InnerProduct<Translator> for f32

source§

impl InnerProduct<Translator> for f32

source§

impl InnerProduct<Point> for f32

§

type Output = Point

source§

fn inner_product(self, other: Point) -> Point

source§

impl InnerProduct<SplitComplexNumber> for f32

source§

impl InnerProduct<Motor> for f32

§

type Output = Motor

source§

fn inner_product(self, other: Motor) -> Motor

source§

impl InnerProduct<DualNumber> for f32

source§

impl InnerProduct<ComplexNumber> for f32

source§

impl InnerProduct<MultiVector> for f32

source§

impl InnerProduct<MultiVector> for f32

source§

impl InnerProduct<MultiVector> for f32

source§

impl InnerProduct<Point> for f32

§

type Output = Point

source§

fn inner_product(self, other: Point) -> Point

source§

impl InnerProduct<Rotor> for f32

§

type Output = Rotor

source§

fn inner_product(self, other: Rotor) -> Rotor

source§

impl InnerProduct<IdealPoint> for f32

source§

impl InnerProduct<Plane> for f32

§

type Output = Plane

source§

fn inner_product(self, other: Plane) -> Plane

source§

impl InnerProduct<Rotor> for f32

§

type Output = Rotor

source§

fn inner_product(self, other: Rotor) -> Rotor

source§

impl InnerProduct<Motor> for f32

§

type Output = Motor

source§

fn inner_product(self, other: Motor) -> Motor

source§

impl InnerProduct<Rotor> for f32

§

type Output = Rotor

source§

fn inner_product(self, other: Rotor) -> Rotor

source§

impl InnerProduct<Translator> for f32

source§

impl InnerProduct<Motor> for f32

§

type Output = Motor

source§

fn inner_product(self, other: Motor) -> Motor

source§

impl InnerProduct<MultiVector> for f32

source§

impl InnerProduct<Plane> for f32

§

type Output = Plane

source§

fn inner_product(self, other: Plane) -> Plane

source§

impl InnerProduct<Translator> for f32

source§

impl InnerProduct<Rotor> for f32

§

type Output = Rotor

source§

fn inner_product(self, other: Rotor) -> Rotor

source§

impl InnerProduct<Translator> for f32

source§

impl InnerProduct<MotorDual> for f32

source§

impl InnerProduct<Motor> for f32

§

type Output = Motor

source§

fn inner_product(self, other: Motor) -> Motor

source§

impl InnerProduct<Point> for f32

§

type Output = Point

source§

fn inner_product(self, other: Point) -> Point

source§

impl InnerProduct<Point> for f32

§

type Output = Point

source§

fn inner_product(self, other: Point) -> Point

source§

impl InnerProduct<PointAndPlane> for f32

source§

impl InnerProduct<IdealPoint> for f32

source§

impl InnerProduct<PointAndPlane> for f32

source§

impl InnerProduct<Rotor> for f32

§

type Output = Rotor

source§

fn inner_product(self, other: Rotor) -> Rotor

Implementors§

source§

impl InnerProduct<f32> for ComplexNumber

source§

impl InnerProduct<f32> for geometric_algebra::epga2d::IdealPoint

source§

impl InnerProduct<f32> for geometric_algebra::epga2d::Motor

source§

impl InnerProduct<f32> for geometric_algebra::epga2d::MotorDual

source§

impl InnerProduct<f32> for geometric_algebra::epga2d::MultiVector

source§

impl InnerProduct<f32> for geometric_algebra::epga2d::Plane

source§

impl InnerProduct<f32> for geometric_algebra::epga2d::Point

source§

impl InnerProduct<f32> for geometric_algebra::epga2d::Rotor

source§

impl InnerProduct<f32> for geometric_algebra::epga2d::Translator

source§

impl InnerProduct<f32> for geometric_algebra::epga3d::IdealPoint

source§

impl InnerProduct<f32> for geometric_algebra::epga3d::Line

§

type Output = Line

source§

impl InnerProduct<f32> for geometric_algebra::epga3d::Motor

source§

impl InnerProduct<f32> for geometric_algebra::epga3d::MultiVector

source§

impl InnerProduct<f32> for geometric_algebra::epga3d::Plane

source§

impl InnerProduct<f32> for geometric_algebra::epga3d::Point

source§

impl InnerProduct<f32> for geometric_algebra::epga3d::PointAndPlane

source§

impl InnerProduct<f32> for geometric_algebra::epga3d::Rotor

source§

impl InnerProduct<f32> for geometric_algebra::epga3d::Translator

source§

impl InnerProduct<f32> for SplitComplexNumber

source§

impl InnerProduct<f32> for geometric_algebra::hpga2d::IdealPoint

source§

impl InnerProduct<f32> for geometric_algebra::hpga2d::Motor

source§

impl InnerProduct<f32> for geometric_algebra::hpga2d::MotorDual

source§

impl InnerProduct<f32> for geometric_algebra::hpga2d::MultiVector

source§

impl InnerProduct<f32> for geometric_algebra::hpga2d::Plane

source§

impl InnerProduct<f32> for geometric_algebra::hpga2d::Point

source§

impl InnerProduct<f32> for geometric_algebra::hpga2d::Rotor

source§

impl InnerProduct<f32> for geometric_algebra::hpga2d::Translator

source§

impl InnerProduct<f32> for geometric_algebra::hpga3d::IdealPoint

source§

impl InnerProduct<f32> for geometric_algebra::hpga3d::Line

§

type Output = Line

source§

impl InnerProduct<f32> for geometric_algebra::hpga3d::Motor

source§

impl InnerProduct<f32> for geometric_algebra::hpga3d::MultiVector

source§

impl InnerProduct<f32> for geometric_algebra::hpga3d::Plane

source§

impl InnerProduct<f32> for geometric_algebra::hpga3d::Point

source§

impl InnerProduct<f32> for geometric_algebra::hpga3d::PointAndPlane

source§

impl InnerProduct<f32> for geometric_algebra::hpga3d::Rotor

source§

impl InnerProduct<f32> for geometric_algebra::hpga3d::Translator

source§

impl InnerProduct<f32> for DualNumber

source§

impl InnerProduct<f32> for geometric_algebra::ppga2d::IdealPoint

source§

impl InnerProduct<f32> for geometric_algebra::ppga2d::Motor

source§

impl InnerProduct<f32> for geometric_algebra::ppga2d::MotorDual

source§

impl InnerProduct<f32> for geometric_algebra::ppga2d::MultiVector

source§

impl InnerProduct<f32> for geometric_algebra::ppga2d::Plane

source§

impl InnerProduct<f32> for geometric_algebra::ppga2d::Point

source§

impl InnerProduct<f32> for geometric_algebra::ppga2d::Rotor

source§

impl InnerProduct<f32> for geometric_algebra::ppga2d::Translator

source§

impl InnerProduct<f32> for geometric_algebra::ppga3d::IdealPoint

source§

impl InnerProduct<f32> for geometric_algebra::ppga3d::Line

§

type Output = Line

source§

impl InnerProduct<f32> for geometric_algebra::ppga3d::Motor

source§

impl InnerProduct<f32> for geometric_algebra::ppga3d::MultiVector

source§

impl InnerProduct<f32> for geometric_algebra::ppga3d::Plane

source§

impl InnerProduct<f32> for geometric_algebra::ppga3d::Point

source§

impl InnerProduct<f32> for geometric_algebra::ppga3d::PointAndPlane

source§

impl InnerProduct<f32> for geometric_algebra::ppga3d::Rotor

source§

impl InnerProduct<f32> for geometric_algebra::ppga3d::Translator

source§

impl InnerProduct<ComplexNumber> for ComplexNumber

source§

impl InnerProduct<IdealPoint> for geometric_algebra::epga2d::IdealPoint

§

type Output = f32

source§

impl InnerProduct<IdealPoint> for geometric_algebra::epga2d::Motor

source§

impl InnerProduct<IdealPoint> for geometric_algebra::epga2d::MotorDual

source§

impl InnerProduct<IdealPoint> for geometric_algebra::epga2d::Plane

source§

impl InnerProduct<IdealPoint> for geometric_algebra::epga2d::Point

§

type Output = f32

source§

impl InnerProduct<IdealPoint> for geometric_algebra::epga2d::Rotor

source§

impl InnerProduct<IdealPoint> for geometric_algebra::epga2d::Translator

source§

impl InnerProduct<Motor> for geometric_algebra::epga2d::IdealPoint

source§

impl InnerProduct<Motor> for geometric_algebra::epga2d::Motor

source§

impl InnerProduct<Motor> for geometric_algebra::epga2d::MotorDual

source§

impl InnerProduct<Motor> for geometric_algebra::epga2d::MultiVector

source§

impl InnerProduct<Motor> for geometric_algebra::epga2d::Plane

source§

impl InnerProduct<Motor> for geometric_algebra::epga2d::Point

source§

impl InnerProduct<Motor> for geometric_algebra::epga2d::Rotor

source§

impl InnerProduct<Motor> for geometric_algebra::epga2d::Translator

source§

impl InnerProduct<MotorDual> for geometric_algebra::epga2d::IdealPoint

source§

impl InnerProduct<MotorDual> for geometric_algebra::epga2d::Motor

source§

impl InnerProduct<MotorDual> for geometric_algebra::epga2d::MotorDual

source§

impl InnerProduct<MotorDual> for geometric_algebra::epga2d::MultiVector

source§

impl InnerProduct<MotorDual> for geometric_algebra::epga2d::Plane

source§

impl InnerProduct<MotorDual> for geometric_algebra::epga2d::Point

source§

impl InnerProduct<MotorDual> for geometric_algebra::epga2d::Rotor

source§

impl InnerProduct<MotorDual> for geometric_algebra::epga2d::Translator

source§

impl InnerProduct<MultiVector> for geometric_algebra::epga2d::Motor

source§

impl InnerProduct<MultiVector> for geometric_algebra::epga2d::MotorDual

source§

impl InnerProduct<MultiVector> for geometric_algebra::epga2d::MultiVector

source§

impl InnerProduct<MultiVector> for geometric_algebra::epga2d::Rotor

source§

impl InnerProduct<MultiVector> for geometric_algebra::epga2d::Translator

source§

impl InnerProduct<Plane> for geometric_algebra::epga2d::IdealPoint

source§

impl InnerProduct<Plane> for geometric_algebra::epga2d::Motor

source§

impl InnerProduct<Plane> for geometric_algebra::epga2d::MotorDual

source§

impl InnerProduct<Plane> for geometric_algebra::epga2d::Plane

§

type Output = f32

source§

impl InnerProduct<Plane> for geometric_algebra::epga2d::Point

source§

impl InnerProduct<Plane> for geometric_algebra::epga2d::Rotor

source§

impl InnerProduct<Plane> for geometric_algebra::epga2d::Translator

source§

impl InnerProduct<Point> for geometric_algebra::epga2d::IdealPoint

§

type Output = f32

source§

impl InnerProduct<Point> for geometric_algebra::epga2d::Motor

source§

impl InnerProduct<Point> for geometric_algebra::epga2d::MotorDual

source§

impl InnerProduct<Point> for geometric_algebra::epga2d::Plane

source§

impl InnerProduct<Point> for geometric_algebra::epga2d::Point

§

type Output = f32

source§

impl InnerProduct<Point> for geometric_algebra::epga2d::Rotor

source§

impl InnerProduct<Point> for geometric_algebra::epga2d::Translator

source§

impl InnerProduct<Rotor> for geometric_algebra::epga2d::IdealPoint

source§

impl InnerProduct<Rotor> for geometric_algebra::epga2d::Motor

source§

impl InnerProduct<Rotor> for geometric_algebra::epga2d::MotorDual

source§

impl InnerProduct<Rotor> for geometric_algebra::epga2d::MultiVector

source§

impl InnerProduct<Rotor> for geometric_algebra::epga2d::Plane

source§

impl InnerProduct<Rotor> for geometric_algebra::epga2d::Point

source§

impl InnerProduct<Rotor> for geometric_algebra::epga2d::Rotor

source§

impl InnerProduct<Rotor> for geometric_algebra::epga2d::Translator

source§

impl InnerProduct<Translator> for geometric_algebra::epga2d::IdealPoint

source§

impl InnerProduct<Translator> for geometric_algebra::epga2d::Motor

source§

impl InnerProduct<Translator> for geometric_algebra::epga2d::MotorDual

source§

impl InnerProduct<Translator> for geometric_algebra::epga2d::MultiVector

source§

impl InnerProduct<Translator> for geometric_algebra::epga2d::Plane

source§

impl InnerProduct<Translator> for geometric_algebra::epga2d::Point

source§

impl InnerProduct<Translator> for geometric_algebra::epga2d::Rotor

source§

impl InnerProduct<Translator> for geometric_algebra::epga2d::Translator

source§

impl InnerProduct<IdealPoint> for geometric_algebra::epga3d::IdealPoint

§

type Output = f32

source§

impl InnerProduct<IdealPoint> for geometric_algebra::epga3d::Line

§

type Output = f32

source§

impl InnerProduct<IdealPoint> for geometric_algebra::epga3d::Plane

source§

impl InnerProduct<IdealPoint> for geometric_algebra::epga3d::PointAndPlane

source§

impl InnerProduct<IdealPoint> for geometric_algebra::epga3d::Rotor

source§

impl InnerProduct<IdealPoint> for geometric_algebra::epga3d::Translator

source§

impl InnerProduct<Line> for geometric_algebra::epga3d::IdealPoint

§

type Output = f32

source§

impl InnerProduct<Line> for geometric_algebra::epga3d::Line

§

type Output = f32

source§

impl InnerProduct<Line> for geometric_algebra::epga3d::Plane

source§

impl InnerProduct<Line> for geometric_algebra::epga3d::Point

source§

impl InnerProduct<Line> for geometric_algebra::epga3d::PointAndPlane

source§

impl InnerProduct<Motor> for geometric_algebra::epga3d::Motor

source§

impl InnerProduct<Motor> for geometric_algebra::epga3d::MultiVector

source§

impl InnerProduct<Motor> for geometric_algebra::epga3d::Plane

source§

impl InnerProduct<Motor> for geometric_algebra::epga3d::Point

source§

impl InnerProduct<Motor> for geometric_algebra::epga3d::PointAndPlane

source§

impl InnerProduct<Motor> for geometric_algebra::epga3d::Rotor

source§

impl InnerProduct<Motor> for geometric_algebra::epga3d::Translator

source§

impl InnerProduct<MultiVector> for geometric_algebra::epga3d::Motor

source§

impl InnerProduct<MultiVector> for geometric_algebra::epga3d::MultiVector

source§

impl InnerProduct<MultiVector> for geometric_algebra::epga3d::Rotor

source§

impl InnerProduct<MultiVector> for geometric_algebra::epga3d::Translator

source§

impl InnerProduct<Plane> for geometric_algebra::epga3d::IdealPoint

source§

impl InnerProduct<Plane> for geometric_algebra::epga3d::Line

source§

impl InnerProduct<Plane> for geometric_algebra::epga3d::Motor

source§

impl InnerProduct<Plane> for geometric_algebra::epga3d::Plane

§

type Output = f32

source§

impl InnerProduct<Plane> for geometric_algebra::epga3d::Point

§

type Output = Line

source§

impl InnerProduct<Plane> for geometric_algebra::epga3d::Rotor

source§

impl InnerProduct<Plane> for geometric_algebra::epga3d::Translator

source§

impl InnerProduct<Point> for geometric_algebra::epga3d::Line

source§

impl InnerProduct<Point> for geometric_algebra::epga3d::Motor

source§

impl InnerProduct<Point> for geometric_algebra::epga3d::Plane

§

type Output = Line

source§

impl InnerProduct<Point> for geometric_algebra::epga3d::Point

§

type Output = f32

source§

impl InnerProduct<Point> for geometric_algebra::epga3d::Rotor

source§

impl InnerProduct<PointAndPlane> for geometric_algebra::epga3d::IdealPoint

source§

impl InnerProduct<PointAndPlane> for geometric_algebra::epga3d::Line

source§

impl InnerProduct<PointAndPlane> for geometric_algebra::epga3d::Motor

source§

impl InnerProduct<PointAndPlane> for geometric_algebra::epga3d::Rotor

source§

impl InnerProduct<PointAndPlane> for geometric_algebra::epga3d::Translator

source§

impl InnerProduct<Rotor> for geometric_algebra::epga3d::IdealPoint

source§

impl InnerProduct<Rotor> for geometric_algebra::epga3d::Motor

source§

impl InnerProduct<Rotor> for geometric_algebra::epga3d::MultiVector

source§

impl InnerProduct<Rotor> for geometric_algebra::epga3d::Plane

source§

impl InnerProduct<Rotor> for geometric_algebra::epga3d::Point

source§

impl InnerProduct<Rotor> for geometric_algebra::epga3d::PointAndPlane

source§

impl InnerProduct<Rotor> for geometric_algebra::epga3d::Rotor

source§

impl InnerProduct<Translator> for geometric_algebra::epga3d::IdealPoint

source§

impl InnerProduct<Translator> for geometric_algebra::epga3d::Motor

source§

impl InnerProduct<Translator> for geometric_algebra::epga3d::MultiVector

source§

impl InnerProduct<Translator> for geometric_algebra::epga3d::Plane

source§

impl InnerProduct<Translator> for geometric_algebra::epga3d::PointAndPlane

source§

impl InnerProduct<Translator> for geometric_algebra::epga3d::Translator

source§

impl InnerProduct<SplitComplexNumber> for SplitComplexNumber

source§

impl InnerProduct<IdealPoint> for geometric_algebra::hpga2d::IdealPoint

§

type Output = f32

source§

impl InnerProduct<IdealPoint> for geometric_algebra::hpga2d::Motor

source§

impl InnerProduct<IdealPoint> for geometric_algebra::hpga2d::MotorDual

source§

impl InnerProduct<IdealPoint> for geometric_algebra::hpga2d::Plane

source§

impl InnerProduct<IdealPoint> for geometric_algebra::hpga2d::Point

§

type Output = f32

source§

impl InnerProduct<IdealPoint> for geometric_algebra::hpga2d::Rotor

source§

impl InnerProduct<IdealPoint> for geometric_algebra::hpga2d::Translator

source§

impl InnerProduct<Motor> for geometric_algebra::hpga2d::IdealPoint

source§

impl InnerProduct<Motor> for geometric_algebra::hpga2d::Motor

source§

impl InnerProduct<Motor> for geometric_algebra::hpga2d::MotorDual

source§

impl InnerProduct<Motor> for geometric_algebra::hpga2d::MultiVector

source§

impl InnerProduct<Motor> for geometric_algebra::hpga2d::Plane

source§

impl InnerProduct<Motor> for geometric_algebra::hpga2d::Point

source§

impl InnerProduct<Motor> for geometric_algebra::hpga2d::Rotor

source§

impl InnerProduct<Motor> for geometric_algebra::hpga2d::Translator

source§

impl InnerProduct<MotorDual> for geometric_algebra::hpga2d::IdealPoint

source§

impl InnerProduct<MotorDual> for geometric_algebra::hpga2d::Motor

source§

impl InnerProduct<MotorDual> for geometric_algebra::hpga2d::MotorDual

source§

impl InnerProduct<MotorDual> for geometric_algebra::hpga2d::MultiVector

source§

impl InnerProduct<MotorDual> for geometric_algebra::hpga2d::Plane

source§

impl InnerProduct<MotorDual> for geometric_algebra::hpga2d::Point

source§

impl InnerProduct<MotorDual> for geometric_algebra::hpga2d::Rotor

source§

impl InnerProduct<MotorDual> for geometric_algebra::hpga2d::Translator

source§

impl InnerProduct<MultiVector> for geometric_algebra::hpga2d::Motor

source§

impl InnerProduct<MultiVector> for geometric_algebra::hpga2d::MotorDual

source§

impl InnerProduct<MultiVector> for geometric_algebra::hpga2d::MultiVector

source§

impl InnerProduct<MultiVector> for geometric_algebra::hpga2d::Rotor

source§

impl InnerProduct<MultiVector> for geometric_algebra::hpga2d::Translator

source§

impl InnerProduct<Plane> for geometric_algebra::hpga2d::IdealPoint

source§

impl InnerProduct<Plane> for geometric_algebra::hpga2d::Motor

source§

impl InnerProduct<Plane> for geometric_algebra::hpga2d::MotorDual

source§

impl InnerProduct<Plane> for geometric_algebra::hpga2d::Plane

§

type Output = f32

source§

impl InnerProduct<Plane> for geometric_algebra::hpga2d::Point

source§

impl InnerProduct<Plane> for geometric_algebra::hpga2d::Rotor

source§

impl InnerProduct<Plane> for geometric_algebra::hpga2d::Translator

source§

impl InnerProduct<Point> for geometric_algebra::hpga2d::IdealPoint

§

type Output = f32

source§

impl InnerProduct<Point> for geometric_algebra::hpga2d::Motor

source§

impl InnerProduct<Point> for geometric_algebra::hpga2d::MotorDual

source§

impl InnerProduct<Point> for geometric_algebra::hpga2d::Plane

source§

impl InnerProduct<Point> for geometric_algebra::hpga2d::Point

§

type Output = f32

source§

impl InnerProduct<Point> for geometric_algebra::hpga2d::Rotor

source§

impl InnerProduct<Point> for geometric_algebra::hpga2d::Translator

source§

impl InnerProduct<Rotor> for geometric_algebra::hpga2d::IdealPoint

source§

impl InnerProduct<Rotor> for geometric_algebra::hpga2d::Motor

source§

impl InnerProduct<Rotor> for geometric_algebra::hpga2d::MotorDual

source§

impl InnerProduct<Rotor> for geometric_algebra::hpga2d::MultiVector

source§

impl InnerProduct<Rotor> for geometric_algebra::hpga2d::Plane

source§

impl InnerProduct<Rotor> for geometric_algebra::hpga2d::Point

source§

impl InnerProduct<Rotor> for geometric_algebra::hpga2d::Rotor

source§

impl InnerProduct<Rotor> for geometric_algebra::hpga2d::Translator

source§

impl InnerProduct<Translator> for geometric_algebra::hpga2d::IdealPoint

source§

impl InnerProduct<Translator> for geometric_algebra::hpga2d::Motor

source§

impl InnerProduct<Translator> for geometric_algebra::hpga2d::MotorDual

source§

impl InnerProduct<Translator> for geometric_algebra::hpga2d::MultiVector

source§

impl InnerProduct<Translator> for geometric_algebra::hpga2d::Plane

source§

impl InnerProduct<Translator> for geometric_algebra::hpga2d::Point

source§

impl InnerProduct<Translator> for geometric_algebra::hpga2d::Rotor

source§

impl InnerProduct<Translator> for geometric_algebra::hpga2d::Translator

source§

impl InnerProduct<IdealPoint> for geometric_algebra::hpga3d::IdealPoint

§

type Output = f32

source§

impl InnerProduct<IdealPoint> for geometric_algebra::hpga3d::Line

§

type Output = f32

source§

impl InnerProduct<IdealPoint> for geometric_algebra::hpga3d::Plane

source§

impl InnerProduct<IdealPoint> for geometric_algebra::hpga3d::PointAndPlane

source§

impl InnerProduct<IdealPoint> for geometric_algebra::hpga3d::Rotor

source§

impl InnerProduct<IdealPoint> for geometric_algebra::hpga3d::Translator

source§

impl InnerProduct<Line> for geometric_algebra::hpga3d::IdealPoint

§

type Output = f32

source§

impl InnerProduct<Line> for geometric_algebra::hpga3d::Line

§

type Output = f32

source§

impl InnerProduct<Line> for geometric_algebra::hpga3d::Plane

source§

impl InnerProduct<Line> for geometric_algebra::hpga3d::Point

source§

impl InnerProduct<Line> for geometric_algebra::hpga3d::PointAndPlane

source§

impl InnerProduct<Motor> for geometric_algebra::hpga3d::Motor

source§

impl InnerProduct<Motor> for geometric_algebra::hpga3d::MultiVector

source§

impl InnerProduct<Motor> for geometric_algebra::hpga3d::Plane

source§

impl InnerProduct<Motor> for geometric_algebra::hpga3d::Point

source§

impl InnerProduct<Motor> for geometric_algebra::hpga3d::PointAndPlane

source§

impl InnerProduct<Motor> for geometric_algebra::hpga3d::Rotor

source§

impl InnerProduct<Motor> for geometric_algebra::hpga3d::Translator

source§

impl InnerProduct<MultiVector> for geometric_algebra::hpga3d::Motor

source§

impl InnerProduct<MultiVector> for geometric_algebra::hpga3d::MultiVector

source§

impl InnerProduct<MultiVector> for geometric_algebra::hpga3d::Rotor

source§

impl InnerProduct<MultiVector> for geometric_algebra::hpga3d::Translator

source§

impl InnerProduct<Plane> for geometric_algebra::hpga3d::IdealPoint

source§

impl InnerProduct<Plane> for geometric_algebra::hpga3d::Line

source§

impl InnerProduct<Plane> for geometric_algebra::hpga3d::Motor

source§

impl InnerProduct<Plane> for geometric_algebra::hpga3d::Plane

§

type Output = f32

source§

impl InnerProduct<Plane> for geometric_algebra::hpga3d::Point

§

type Output = Line

source§

impl InnerProduct<Plane> for geometric_algebra::hpga3d::Rotor

source§

impl InnerProduct<Plane> for geometric_algebra::hpga3d::Translator

source§

impl InnerProduct<Point> for geometric_algebra::hpga3d::Line

source§

impl InnerProduct<Point> for geometric_algebra::hpga3d::Motor

source§

impl InnerProduct<Point> for geometric_algebra::hpga3d::Plane

§

type Output = Line

source§

impl InnerProduct<Point> for geometric_algebra::hpga3d::Point

§

type Output = f32

source§

impl InnerProduct<Point> for geometric_algebra::hpga3d::Rotor

source§

impl InnerProduct<PointAndPlane> for geometric_algebra::hpga3d::IdealPoint

source§

impl InnerProduct<PointAndPlane> for geometric_algebra::hpga3d::Line

source§

impl InnerProduct<PointAndPlane> for geometric_algebra::hpga3d::Motor

source§

impl InnerProduct<PointAndPlane> for geometric_algebra::hpga3d::Rotor

source§

impl InnerProduct<PointAndPlane> for geometric_algebra::hpga3d::Translator

source§

impl InnerProduct<Rotor> for geometric_algebra::hpga3d::IdealPoint

source§

impl InnerProduct<Rotor> for geometric_algebra::hpga3d::Motor

source§

impl InnerProduct<Rotor> for geometric_algebra::hpga3d::MultiVector

source§

impl InnerProduct<Rotor> for geometric_algebra::hpga3d::Plane

source§

impl InnerProduct<Rotor> for geometric_algebra::hpga3d::Point

source§

impl InnerProduct<Rotor> for geometric_algebra::hpga3d::PointAndPlane

source§

impl InnerProduct<Rotor> for geometric_algebra::hpga3d::Rotor

source§

impl InnerProduct<Translator> for geometric_algebra::hpga3d::IdealPoint

source§

impl InnerProduct<Translator> for geometric_algebra::hpga3d::Motor

source§

impl InnerProduct<Translator> for geometric_algebra::hpga3d::MultiVector

source§

impl InnerProduct<Translator> for geometric_algebra::hpga3d::Plane

source§

impl InnerProduct<Translator> for geometric_algebra::hpga3d::PointAndPlane

source§

impl InnerProduct<Translator> for geometric_algebra::hpga3d::Translator

source§

impl InnerProduct<DualNumber> for DualNumber

source§

impl InnerProduct<IdealPoint> for geometric_algebra::ppga2d::Motor

source§

impl InnerProduct<IdealPoint> for geometric_algebra::ppga2d::Rotor

source§

impl InnerProduct<IdealPoint> for geometric_algebra::ppga2d::Translator

source§

impl InnerProduct<Motor> for geometric_algebra::ppga2d::IdealPoint

source§

impl InnerProduct<Motor> for geometric_algebra::ppga2d::Motor

source§

impl InnerProduct<Motor> for geometric_algebra::ppga2d::MotorDual

source§

impl InnerProduct<Motor> for geometric_algebra::ppga2d::MultiVector

source§

impl InnerProduct<Motor> for geometric_algebra::ppga2d::Plane

source§

impl InnerProduct<Motor> for geometric_algebra::ppga2d::Point

source§

impl InnerProduct<Motor> for geometric_algebra::ppga2d::Rotor

source§

impl InnerProduct<Motor> for geometric_algebra::ppga2d::Translator

source§

impl InnerProduct<MotorDual> for geometric_algebra::ppga2d::Motor

source§

impl InnerProduct<MotorDual> for geometric_algebra::ppga2d::MotorDual

source§

impl InnerProduct<MotorDual> for geometric_algebra::ppga2d::Plane

source§

impl InnerProduct<MotorDual> for geometric_algebra::ppga2d::Point

source§

impl InnerProduct<MotorDual> for geometric_algebra::ppga2d::Rotor

source§

impl InnerProduct<MotorDual> for geometric_algebra::ppga2d::Translator

source§

impl InnerProduct<MultiVector> for geometric_algebra::ppga2d::Motor

source§

impl InnerProduct<MultiVector> for geometric_algebra::ppga2d::MultiVector

source§

impl InnerProduct<MultiVector> for geometric_algebra::ppga2d::Rotor

source§

impl InnerProduct<MultiVector> for geometric_algebra::ppga2d::Translator

source§

impl InnerProduct<Plane> for geometric_algebra::ppga2d::Motor

source§

impl InnerProduct<Plane> for geometric_algebra::ppga2d::MotorDual

source§

impl InnerProduct<Plane> for geometric_algebra::ppga2d::Plane

§

type Output = f32

source§

impl InnerProduct<Plane> for geometric_algebra::ppga2d::Point

source§

impl InnerProduct<Plane> for geometric_algebra::ppga2d::Rotor

source§

impl InnerProduct<Plane> for geometric_algebra::ppga2d::Translator

source§

impl InnerProduct<Point> for geometric_algebra::ppga2d::Motor

source§

impl InnerProduct<Point> for geometric_algebra::ppga2d::MotorDual

source§

impl InnerProduct<Point> for geometric_algebra::ppga2d::Plane

source§

impl InnerProduct<Point> for geometric_algebra::ppga2d::Point

§

type Output = f32

source§

impl InnerProduct<Point> for geometric_algebra::ppga2d::Rotor

source§

impl InnerProduct<Point> for geometric_algebra::ppga2d::Translator

source§

impl InnerProduct<Rotor> for geometric_algebra::ppga2d::IdealPoint

source§

impl InnerProduct<Rotor> for geometric_algebra::ppga2d::Motor

source§

impl InnerProduct<Rotor> for geometric_algebra::ppga2d::MotorDual

source§

impl InnerProduct<Rotor> for geometric_algebra::ppga2d::MultiVector

source§

impl InnerProduct<Rotor> for geometric_algebra::ppga2d::Plane

source§

impl InnerProduct<Rotor> for geometric_algebra::ppga2d::Point

source§

impl InnerProduct<Rotor> for geometric_algebra::ppga2d::Rotor

source§

impl InnerProduct<Rotor> for geometric_algebra::ppga2d::Translator

source§

impl InnerProduct<Translator> for geometric_algebra::ppga2d::IdealPoint

source§

impl InnerProduct<Translator> for geometric_algebra::ppga2d::Motor

source§

impl InnerProduct<Translator> for geometric_algebra::ppga2d::MotorDual

source§

impl InnerProduct<Translator> for geometric_algebra::ppga2d::MultiVector

source§

impl InnerProduct<Translator> for geometric_algebra::ppga2d::Plane

source§

impl InnerProduct<Translator> for geometric_algebra::ppga2d::Point

source§

impl InnerProduct<Translator> for geometric_algebra::ppga2d::Rotor

source§

impl InnerProduct<Translator> for geometric_algebra::ppga2d::Translator

source§

impl InnerProduct<IdealPoint> for geometric_algebra::ppga3d::Motor

source§

impl InnerProduct<IdealPoint> for geometric_algebra::ppga3d::Rotor

source§

impl InnerProduct<IdealPoint> for geometric_algebra::ppga3d::Translator

source§

impl InnerProduct<Line> for geometric_algebra::ppga3d::Line

§

type Output = f32

source§

impl InnerProduct<Line> for geometric_algebra::ppga3d::Plane

source§

impl InnerProduct<Line> for geometric_algebra::ppga3d::Point

source§

impl InnerProduct<Line> for geometric_algebra::ppga3d::PointAndPlane

source§

impl InnerProduct<Line> for geometric_algebra::ppga3d::Translator

§

type Output = Line

source§

impl InnerProduct<Motor> for geometric_algebra::ppga3d::IdealPoint

source§

impl InnerProduct<Motor> for geometric_algebra::ppga3d::Motor

source§

impl InnerProduct<Motor> for geometric_algebra::ppga3d::MultiVector

source§

impl InnerProduct<Motor> for geometric_algebra::ppga3d::Point

source§

impl InnerProduct<Motor> for geometric_algebra::ppga3d::PointAndPlane

source§

impl InnerProduct<Motor> for geometric_algebra::ppga3d::Rotor

source§

impl InnerProduct<Motor> for geometric_algebra::ppga3d::Translator

source§

impl InnerProduct<MultiVector> for geometric_algebra::ppga3d::Motor

source§

impl InnerProduct<MultiVector> for geometric_algebra::ppga3d::MultiVector

source§

impl InnerProduct<MultiVector> for geometric_algebra::ppga3d::Rotor

source§

impl InnerProduct<MultiVector> for geometric_algebra::ppga3d::Translator

source§

impl InnerProduct<Plane> for geometric_algebra::ppga3d::Line

source§

impl InnerProduct<Plane> for geometric_algebra::ppga3d::Plane

§

type Output = f32

source§

impl InnerProduct<Plane> for geometric_algebra::ppga3d::Point

§

type Output = Line

source§

impl InnerProduct<Plane> for geometric_algebra::ppga3d::Rotor

source§

impl InnerProduct<Plane> for geometric_algebra::ppga3d::Translator

source§

impl InnerProduct<Point> for geometric_algebra::ppga3d::Line

source§

impl InnerProduct<Point> for geometric_algebra::ppga3d::Motor

source§

impl InnerProduct<Point> for geometric_algebra::ppga3d::Plane

§

type Output = Line

source§

impl InnerProduct<Point> for geometric_algebra::ppga3d::Point

§

type Output = f32

source§

impl InnerProduct<Point> for geometric_algebra::ppga3d::Rotor

source§

impl InnerProduct<Point> for geometric_algebra::ppga3d::Translator

source§

impl InnerProduct<PointAndPlane> for geometric_algebra::ppga3d::Line

source§

impl InnerProduct<PointAndPlane> for geometric_algebra::ppga3d::Motor

source§

impl InnerProduct<PointAndPlane> for geometric_algebra::ppga3d::Rotor

source§

impl InnerProduct<PointAndPlane> for geometric_algebra::ppga3d::Translator

source§

impl InnerProduct<Rotor> for geometric_algebra::ppga3d::IdealPoint

source§

impl InnerProduct<Rotor> for geometric_algebra::ppga3d::Motor

source§

impl InnerProduct<Rotor> for geometric_algebra::ppga3d::MultiVector

source§

impl InnerProduct<Rotor> for geometric_algebra::ppga3d::Plane

source§

impl InnerProduct<Rotor> for geometric_algebra::ppga3d::Point

source§

impl InnerProduct<Rotor> for geometric_algebra::ppga3d::PointAndPlane

source§

impl InnerProduct<Rotor> for geometric_algebra::ppga3d::Rotor

source§

impl InnerProduct<Translator> for geometric_algebra::ppga3d::IdealPoint

source§

impl InnerProduct<Translator> for geometric_algebra::ppga3d::Line

§

type Output = Line

source§

impl InnerProduct<Translator> for geometric_algebra::ppga3d::Motor

source§

impl InnerProduct<Translator> for geometric_algebra::ppga3d::MultiVector

source§

impl InnerProduct<Translator> for geometric_algebra::ppga3d::Plane

source§

impl InnerProduct<Translator> for geometric_algebra::ppga3d::Point

source§

impl InnerProduct<Translator> for geometric_algebra::ppga3d::PointAndPlane

source§

impl InnerProduct<Translator> for geometric_algebra::ppga3d::Translator