pub trait RegressiveProduct<T> {
    type Output;

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

Dual of the geometric product grade filtered by t == r + s

Also called join

Required Associated Types§

Required Methods§

source

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

Implementations on Foreign Types§

source§

impl RegressiveProduct<MultiVector> for f32

source§

impl RegressiveProduct<DualNumber> for f32

source§

impl RegressiveProduct<MotorDual> for f32

source§

impl RegressiveProduct<MultiVector> for f32

source§

impl RegressiveProduct<SplitComplexNumber> for f32

source§

impl RegressiveProduct<MotorDual> for f32

source§

impl RegressiveProduct<Motor> for f32

§

type Output = f32

source§

fn regressive_product(self, other: Motor) -> f32

source§

impl RegressiveProduct<MultiVector> for f32

source§

impl RegressiveProduct<MultiVector> for f32

source§

impl RegressiveProduct<Motor> for f32

§

type Output = f32

source§

fn regressive_product(self, other: Motor) -> f32

source§

impl RegressiveProduct<Motor> for f32

§

type Output = f32

source§

fn regressive_product(self, other: Motor) -> f32

source§

impl RegressiveProduct<ComplexNumber> for f32

source§

impl RegressiveProduct<MultiVector> for f32

source§

impl RegressiveProduct<MultiVector> for f32

source§

impl RegressiveProduct<MotorDual> for f32

Implementors§

source§

impl RegressiveProduct<f32> for ComplexNumber

§

type Output = f32

source§

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

§

type Output = f32

source§

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

§

type Output = f32

source§

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

§

type Output = f32

source§

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

§

type Output = f32

source§

impl RegressiveProduct<f32> for SplitComplexNumber

§

type Output = f32

source§

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

§

type Output = f32

source§

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

§

type Output = f32

source§

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

§

type Output = f32

source§

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

§

type Output = f32

source§

impl RegressiveProduct<f32> for DualNumber

§

type Output = f32

source§

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

§

type Output = f32

source§

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

§

type Output = f32

source§

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

§

type Output = f32

source§

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

§

type Output = f32

source§

impl RegressiveProduct<ComplexNumber> for ComplexNumber

source§

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

source§

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

source§

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

§

type Output = f32

source§

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

source§

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

source§

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

source§

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

source§

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

§

type Output = f32

source§

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

source§

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

source§

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

source§

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

source§

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

source§

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

source§

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

source§

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

source§

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

source§

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

source§

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

source§

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

source§

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

§

type Output = f32

source§

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

§

type Output = f32

source§

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

source§

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

§

type Output = f32

source§

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

§

type Output = f32

source§

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

§

type Output = f32

source§

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

source§

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

source§

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

source§

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

§

type Output = f32

source§

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

source§

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

source§

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

source§

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

§

type Output = f32

source§

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

source§

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

source§

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

§

type Output = f32

source§

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

source§

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

§

type Output = f32

source§

impl RegressiveProduct<IdealPoint> for geometric_algebra::epga3d::Motor

source§

impl RegressiveProduct<IdealPoint> for geometric_algebra::epga3d::Point

source§

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

source§

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

§

type Output = f32

source§

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

§

type Output = f32

source§

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

§

type Output = f32

source§

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

source§

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

source§

impl RegressiveProduct<Line> for geometric_algebra::epga3d::Rotor

§

type Output = f32

source§

impl RegressiveProduct<Line> for geometric_algebra::epga3d::Translator

§

type Output = f32

source§

impl RegressiveProduct<Motor> for geometric_algebra::epga3d::IdealPoint

source§

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

source§

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

source§

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

source§

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

source§

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

source§

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

source§

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

source§

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

source§

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

source§

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

source§

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

§

type Output = f32

source§

impl RegressiveProduct<Plane> for geometric_algebra::epga3d::PointAndPlane

§

type Output = f32

source§

impl RegressiveProduct<Point> for geometric_algebra::epga3d::IdealPoint

source§

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

source§

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

source§

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

§

type Output = f32

source§

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

§

type Output = Line

source§

impl RegressiveProduct<Point> for geometric_algebra::epga3d::Translator

source§

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

source§

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

source§

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

source§

impl RegressiveProduct<PointAndPlane> for geometric_algebra::epga3d::Plane

§

type Output = f32

source§

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

source§

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

§

type Output = f32

source§

impl RegressiveProduct<Rotor> for geometric_algebra::epga3d::Line

§

type Output = f32

source§

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

source§

impl RegressiveProduct<Rotor> for geometric_algebra::epga3d::Translator

§

type Output = f32

source§

impl RegressiveProduct<Translator> for geometric_algebra::epga3d::Line

§

type Output = f32

source§

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

source§

impl RegressiveProduct<Translator> for geometric_algebra::epga3d::Point

source§

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

source§

impl RegressiveProduct<Translator> for geometric_algebra::epga3d::Rotor

§

type Output = f32

source§

impl RegressiveProduct<SplitComplexNumber> for SplitComplexNumber

source§

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

source§

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

source§

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

§

type Output = f32

source§

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

source§

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

source§

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

source§

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

source§

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

§

type Output = f32

source§

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

source§

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

source§

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

source§

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

source§

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

source§

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

source§

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

source§

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

source§

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

source§

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

source§

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

source§

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

source§

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

§

type Output = f32

source§

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

§

type Output = f32

source§

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

source§

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

§

type Output = f32

source§

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

§

type Output = f32

source§

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

§

type Output = f32

source§

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

source§

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

source§

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

source§

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

§

type Output = f32

source§

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

source§

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

source§

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

source§

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

§

type Output = f32

source§

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

source§

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

source§

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

§

type Output = f32

source§

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

source§

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

§

type Output = f32

source§

impl RegressiveProduct<IdealPoint> for geometric_algebra::hpga3d::Motor

source§

impl RegressiveProduct<IdealPoint> for geometric_algebra::hpga3d::Point

source§

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

source§

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

§

type Output = f32

source§

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

§

type Output = f32

source§

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

§

type Output = f32

source§

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

source§

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

source§

impl RegressiveProduct<Line> for geometric_algebra::hpga3d::Rotor

§

type Output = f32

source§

impl RegressiveProduct<Line> for geometric_algebra::hpga3d::Translator

§

type Output = f32

source§

impl RegressiveProduct<Motor> for geometric_algebra::hpga3d::IdealPoint

source§

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

source§

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

source§

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

source§

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

source§

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

source§

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

source§

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

source§

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

source§

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

source§

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

source§

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

§

type Output = f32

source§

impl RegressiveProduct<Plane> for geometric_algebra::hpga3d::PointAndPlane

§

type Output = f32

source§

impl RegressiveProduct<Point> for geometric_algebra::hpga3d::IdealPoint

source§

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

source§

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

source§

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

§

type Output = f32

source§

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

§

type Output = Line

source§

impl RegressiveProduct<Point> for geometric_algebra::hpga3d::Translator

source§

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

source§

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

source§

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

source§

impl RegressiveProduct<PointAndPlane> for geometric_algebra::hpga3d::Plane

§

type Output = f32

source§

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

source§

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

§

type Output = f32

source§

impl RegressiveProduct<Rotor> for geometric_algebra::hpga3d::Line

§

type Output = f32

source§

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

source§

impl RegressiveProduct<Rotor> for geometric_algebra::hpga3d::Translator

§

type Output = f32

source§

impl RegressiveProduct<Translator> for geometric_algebra::hpga3d::Line

§

type Output = f32

source§

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

source§

impl RegressiveProduct<Translator> for geometric_algebra::hpga3d::Point

source§

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

source§

impl RegressiveProduct<Translator> for geometric_algebra::hpga3d::Rotor

§

type Output = f32

source§

impl RegressiveProduct<DualNumber> for DualNumber

source§

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

source§

impl RegressiveProduct<IdealPoint> for geometric_algebra::ppga2d::MotorDual

source§

impl RegressiveProduct<IdealPoint> for geometric_algebra::ppga2d::Plane

§

type Output = f32

source§

impl RegressiveProduct<IdealPoint> for geometric_algebra::ppga2d::Point

source§

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

source§

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

source§

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

source§

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

§

type Output = f32

source§

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

source§

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

source§

impl RegressiveProduct<MotorDual> for geometric_algebra::ppga2d::IdealPoint

source§

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

source§

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

source§

impl RegressiveProduct<MotorDual> for geometric_algebra::ppga2d::MultiVector

source§

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

source§

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

source§

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

source§

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

source§

impl RegressiveProduct<MultiVector> for geometric_algebra::ppga2d::MotorDual

source§

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

source§

impl RegressiveProduct<Plane> for geometric_algebra::ppga2d::IdealPoint

§

type Output = f32

source§

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

§

type Output = f32

source§

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

source§

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

§

type Output = f32

source§

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

§

type Output = f32

source§

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

§

type Output = f32

source§

impl RegressiveProduct<Point> for geometric_algebra::ppga2d::IdealPoint

source§

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

source§

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

source§

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

§

type Output = f32

source§

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

source§

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

source§

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

source§

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

§

type Output = f32

source§

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

source§

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

source§

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

§

type Output = f32

source§

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

source§

impl RegressiveProduct<IdealPoint> for geometric_algebra::ppga3d::Line

§

type Output = f32

source§

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

source§

impl RegressiveProduct<IdealPoint> for geometric_algebra::ppga3d::Point

source§

impl RegressiveProduct<IdealPoint> for geometric_algebra::ppga3d::PointAndPlane

source§

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

§

type Output = f32

source§

impl RegressiveProduct<Line> for geometric_algebra::ppga3d::IdealPoint

§

type Output = f32

source§

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

§

type Output = f32

source§

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

source§

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

source§

impl RegressiveProduct<Line> for geometric_algebra::ppga3d::Rotor

§

type Output = f32

source§

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

§

type Output = f32

source§

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

source§

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

source§

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

source§

impl RegressiveProduct<Motor> for geometric_algebra::ppga3d::Plane

source§

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

source§

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

source§

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

source§

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

source§

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

source§

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

source§

impl RegressiveProduct<Plane> for geometric_algebra::ppga3d::Motor

source§

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

§

type Output = f32

source§

impl RegressiveProduct<Plane> for geometric_algebra::ppga3d::PointAndPlane

§

type Output = f32

source§

impl RegressiveProduct<Point> for geometric_algebra::ppga3d::IdealPoint

source§

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

source§

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

source§

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

§

type Output = f32

source§

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

§

type Output = Line

source§

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

source§

impl RegressiveProduct<PointAndPlane> for geometric_algebra::ppga3d::IdealPoint

source§

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

source§

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

source§

impl RegressiveProduct<PointAndPlane> for geometric_algebra::ppga3d::Plane

§

type Output = f32

source§

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

source§

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

§

type Output = f32

source§

impl RegressiveProduct<Rotor> for geometric_algebra::ppga3d::Line

§

type Output = f32

source§

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

source§

impl RegressiveProduct<Rotor> for geometric_algebra::ppga3d::Translator

§

type Output = f32

source§

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

§

type Output = f32

source§

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

source§

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

source§

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

source§

impl RegressiveProduct<Translator> for geometric_algebra::ppga3d::Rotor

§

type Output = f32