pub trait GeometricProduct<T> {
    type Output;

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

General multi vector multiplication

Required Associated Types§

Required Methods§

source

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

Implementations on Foreign Types§

source§

impl GeometricProduct<Rotor> for f32

source§

impl GeometricProduct<f32> for f32

§

type Output = f32

source§

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

source§

impl GeometricProduct<MotorDual> for f32

source§

impl GeometricProduct<Line> for f32

§

type Output = Line

source§

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

source§

impl GeometricProduct<Plane> for f32

source§

impl GeometricProduct<IdealPoint> for f32

source§

impl GeometricProduct<Point> for f32

source§

impl GeometricProduct<PointAndPlane> for f32

source§

impl GeometricProduct<Rotor> for f32

source§

impl GeometricProduct<DualNumber> for f32

source§

impl GeometricProduct<IdealPoint> for f32

source§

impl GeometricProduct<Motor> for f32

source§

impl GeometricProduct<Point> for f32

source§

impl GeometricProduct<MotorDual> for f32

source§

impl GeometricProduct<Point> for f32

source§

impl GeometricProduct<MultiVector> for f32

source§

impl GeometricProduct<Rotor> for f32

source§

impl GeometricProduct<MultiVector> for f32

source§

impl GeometricProduct<Line> for f32

§

type Output = Line

source§

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

source§

impl GeometricProduct<MultiVector> for f32

source§

impl GeometricProduct<MultiVector> for f32

source§

impl GeometricProduct<Point> for f32

source§

impl GeometricProduct<Translator> for f32

source§

impl GeometricProduct<Translator> for f32

source§

impl GeometricProduct<Motor> for f32

source§

impl GeometricProduct<Translator> for f32

source§

impl GeometricProduct<Rotor> for f32

source§

impl GeometricProduct<Motor> for f32

source§

impl GeometricProduct<IdealPoint> for f32

source§

impl GeometricProduct<Translator> for f32

source§

impl GeometricProduct<Motor> for f32

source§

impl GeometricProduct<IdealPoint> for f32

source§

impl GeometricProduct<Rotor> for f32

source§

impl GeometricProduct<MotorDual> for f32

source§

impl GeometricProduct<Plane> for f32

source§

impl GeometricProduct<IdealPoint> for f32

source§

impl GeometricProduct<PointAndPlane> for f32

source§

impl GeometricProduct<PointAndPlane> for f32

source§

impl GeometricProduct<Point> for f32

source§

impl GeometricProduct<Plane> for f32

source§

impl GeometricProduct<MultiVector> for f32

source§

impl GeometricProduct<SplitComplexNumber> for f32

source§

impl GeometricProduct<Translator> for f32

source§

impl GeometricProduct<ComplexNumber> for f32

source§

impl GeometricProduct<Plane> for f32

source§

impl GeometricProduct<Rotor> for f32

source§

impl GeometricProduct<Translator> for f32

source§

impl GeometricProduct<Point> for f32

source§

impl GeometricProduct<Motor> for f32

source§

impl GeometricProduct<IdealPoint> for f32

source§

impl GeometricProduct<Plane> for f32

source§

impl GeometricProduct<MultiVector> for f32

source§

impl GeometricProduct<Motor> for f32

source§

impl GeometricProduct<Plane> for f32

source§

impl GeometricProduct<Line> for f32

§

type Output = Line

source§

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

Implementors§

source§

impl GeometricProduct<f32> for ComplexNumber

source§

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

source§

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

source§

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

source§

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

source§

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

source§

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

source§

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

source§

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

source§

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

source§

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

§

type Output = Line

source§

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

source§

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

source§

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

source§

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

source§

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

source§

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

source§

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

source§

impl GeometricProduct<f32> for SplitComplexNumber

source§

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

source§

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

source§

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

source§

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

source§

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

source§

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

source§

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

source§

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

source§

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

source§

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

§

type Output = Line

source§

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

source§

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

source§

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

source§

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

source§

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

source§

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

source§

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

source§

impl GeometricProduct<f32> for DualNumber

source§

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

source§

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

source§

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

source§

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

source§

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

source§

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

source§

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

source§

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

source§

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

source§

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

§

type Output = Line

source§

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

source§

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

source§

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

source§

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

source§

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

source§

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

source§

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

source§

impl GeometricProduct<ComplexNumber> for ComplexNumber

source§

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

source§

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

source§

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

source§

impl GeometricProduct<IdealPoint> for geometric_algebra::epga2d::MultiVector

source§

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

source§

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

source§

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

source§

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

source§

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

source§

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

source§

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

source§

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

source§

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

source§

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

source§

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

source§

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

source§

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

source§

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

source§

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

source§

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

source§

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

source§

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

source§

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

source§

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

source§

impl GeometricProduct<MultiVector> for geometric_algebra::epga2d::IdealPoint

source§

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

source§

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

source§

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

source§

impl GeometricProduct<MultiVector> for geometric_algebra::epga2d::Plane

source§

impl GeometricProduct<MultiVector> for geometric_algebra::epga2d::Point

source§

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

source§

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

source§

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

source§

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

source§

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

source§

impl GeometricProduct<Plane> for geometric_algebra::epga2d::MultiVector

source§

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

source§

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

source§

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

source§

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

source§

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

source§

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

source§

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

source§

impl GeometricProduct<Point> for geometric_algebra::epga2d::MultiVector

source§

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

source§

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

source§

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

source§

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

source§

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

source§

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

source§

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

source§

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

source§

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

source§

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

source§

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

source§

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

source§

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

source§

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

source§

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

source§

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

source§

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

source§

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

source§

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

source§

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

source§

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

source§

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

source§

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

source§

impl GeometricProduct<IdealPoint> for geometric_algebra::epga3d::MultiVector

source§

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

source§

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

source§

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

source§

impl GeometricProduct<Line> for geometric_algebra::epga3d::Motor

source§

impl GeometricProduct<Line> for geometric_algebra::epga3d::MultiVector

source§

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

source§

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

source§

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

source§

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

source§

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

source§

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

source§

impl GeometricProduct<Motor> for geometric_algebra::epga3d::Line

source§

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

source§

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

source§

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

source§

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

source§

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

source§

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

source§

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

source§

impl GeometricProduct<MultiVector> for geometric_algebra::epga3d::IdealPoint

source§

impl GeometricProduct<MultiVector> for geometric_algebra::epga3d::Line

source§

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

source§

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

source§

impl GeometricProduct<MultiVector> for geometric_algebra::epga3d::Plane

source§

impl GeometricProduct<MultiVector> for geometric_algebra::epga3d::Point

source§

impl GeometricProduct<MultiVector> for geometric_algebra::epga3d::PointAndPlane

source§

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

source§

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

source§

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

source§

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

source§

impl GeometricProduct<Plane> for geometric_algebra::epga3d::MultiVector

source§

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

source§

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

source§

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

source§

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

source§

impl GeometricProduct<Point> for geometric_algebra::epga3d::MultiVector

source§

impl GeometricProduct<Point> for geometric_algebra::epga3d::PointAndPlane

source§

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

source§

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

source§

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

source§

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

source§

impl GeometricProduct<PointAndPlane> for geometric_algebra::epga3d::MultiVector

source§

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

source§

impl GeometricProduct<PointAndPlane> for geometric_algebra::epga3d::Point

source§

impl GeometricProduct<PointAndPlane> for geometric_algebra::epga3d::PointAndPlane

source§

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

source§

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

source§

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

source§

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

source§

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

source§

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

source§

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

source§

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

source§

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

source§

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

source§

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

source§

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

source§

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

source§

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

source§

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

source§

impl GeometricProduct<SplitComplexNumber> for SplitComplexNumber

source§

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

source§

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

source§

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

source§

impl GeometricProduct<IdealPoint> for geometric_algebra::hpga2d::MultiVector

source§

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

source§

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

source§

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

source§

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

source§

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

source§

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

source§

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

source§

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

source§

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

source§

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

source§

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

source§

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

source§

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

source§

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

source§

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

source§

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

source§

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

source§

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

source§

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

source§

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

source§

impl GeometricProduct<MultiVector> for geometric_algebra::hpga2d::IdealPoint

source§

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

source§

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

source§

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

source§

impl GeometricProduct<MultiVector> for geometric_algebra::hpga2d::Plane

source§

impl GeometricProduct<MultiVector> for geometric_algebra::hpga2d::Point

source§

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

source§

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

source§

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

source§

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

source§

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

source§

impl GeometricProduct<Plane> for geometric_algebra::hpga2d::MultiVector

source§

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

source§

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

source§

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

source§

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

source§

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

source§

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

source§

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

source§

impl GeometricProduct<Point> for geometric_algebra::hpga2d::MultiVector

source§

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

source§

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

source§

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

source§

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

source§

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

source§

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

source§

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

source§

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

source§

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

source§

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

source§

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

source§

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

source§

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

source§

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

source§

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

source§

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

source§

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

source§

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

source§

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

source§

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

source§

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

source§

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

source§

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

source§

impl GeometricProduct<IdealPoint> for geometric_algebra::hpga3d::MultiVector

source§

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

source§

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

source§

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

source§

impl GeometricProduct<Line> for geometric_algebra::hpga3d::Motor

source§

impl GeometricProduct<Line> for geometric_algebra::hpga3d::MultiVector

source§

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

source§

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

source§

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

source§

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

source§

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

source§

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

source§

impl GeometricProduct<Motor> for geometric_algebra::hpga3d::Line

source§

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

source§

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

source§

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

source§

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

source§

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

source§

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

source§

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

source§

impl GeometricProduct<MultiVector> for geometric_algebra::hpga3d::IdealPoint

source§

impl GeometricProduct<MultiVector> for geometric_algebra::hpga3d::Line

source§

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

source§

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

source§

impl GeometricProduct<MultiVector> for geometric_algebra::hpga3d::Plane

source§

impl GeometricProduct<MultiVector> for geometric_algebra::hpga3d::Point

source§

impl GeometricProduct<MultiVector> for geometric_algebra::hpga3d::PointAndPlane

source§

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

source§

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

source§

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

source§

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

source§

impl GeometricProduct<Plane> for geometric_algebra::hpga3d::MultiVector

source§

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

source§

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

source§

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

source§

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

source§

impl GeometricProduct<Point> for geometric_algebra::hpga3d::MultiVector

source§

impl GeometricProduct<Point> for geometric_algebra::hpga3d::PointAndPlane

source§

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

source§

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

source§

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

source§

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

source§

impl GeometricProduct<PointAndPlane> for geometric_algebra::hpga3d::MultiVector

source§

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

source§

impl GeometricProduct<PointAndPlane> for geometric_algebra::hpga3d::Point

source§

impl GeometricProduct<PointAndPlane> for geometric_algebra::hpga3d::PointAndPlane

source§

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

source§

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

source§

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

source§

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

source§

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

source§

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

source§

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

source§

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

source§

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

source§

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

source§

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

source§

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

source§

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

source§

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

source§

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

source§

impl GeometricProduct<DualNumber> for DualNumber

source§

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

source§

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

source§

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

source§

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

source§

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

source§

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

source§

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

source§

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

source§

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

source§

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

source§

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

source§

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

source§

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

source§

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

source§

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

source§

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

source§

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

source§

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

source§

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

source§

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

source§

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

source§

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

source§

impl GeometricProduct<MultiVector> for geometric_algebra::ppga2d::Plane

source§

impl GeometricProduct<MultiVector> for geometric_algebra::ppga2d::Point

source§

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

source§

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

source§

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

source§

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

source§

impl GeometricProduct<Plane> for geometric_algebra::ppga2d::MultiVector

source§

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

source§

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

source§

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

source§

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

source§

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

source§

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

source§

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

source§

impl GeometricProduct<Point> for geometric_algebra::ppga2d::MultiVector

source§

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

source§

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

source§

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

source§

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

source§

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

source§

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

source§

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

source§

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

source§

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

source§

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

source§

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

source§

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

source§

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

source§

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

source§

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

source§

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

source§

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

source§

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

source§

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

source§

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

source§

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

source§

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

source§

impl GeometricProduct<Line> for geometric_algebra::ppga3d::Motor

source§

impl GeometricProduct<Line> for geometric_algebra::ppga3d::MultiVector

source§

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

source§

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

source§

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

source§

impl GeometricProduct<Motor> for geometric_algebra::ppga3d::Line

source§

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

source§

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

source§

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

source§

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

source§

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

source§

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

source§

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

source§

impl GeometricProduct<MultiVector> for geometric_algebra::ppga3d::Line

source§

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

source§

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

source§

impl GeometricProduct<MultiVector> for geometric_algebra::ppga3d::Plane

source§

impl GeometricProduct<MultiVector> for geometric_algebra::ppga3d::Point

source§

impl GeometricProduct<MultiVector> for geometric_algebra::ppga3d::PointAndPlane

source§

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

source§

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

source§

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

source§

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

source§

impl GeometricProduct<Plane> for geometric_algebra::ppga3d::MultiVector

source§

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

source§

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

source§

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

source§

impl GeometricProduct<Point> for geometric_algebra::ppga3d::MultiVector

source§

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

source§

impl GeometricProduct<Point> for geometric_algebra::ppga3d::PointAndPlane

source§

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

source§

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

source§

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

source§

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

source§

impl GeometricProduct<PointAndPlane> for geometric_algebra::ppga3d::MultiVector

source§

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

source§

impl GeometricProduct<PointAndPlane> for geometric_algebra::ppga3d::Point

source§

impl GeometricProduct<PointAndPlane> for geometric_algebra::ppga3d::PointAndPlane

source§

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

source§

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

source§

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

source§

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

source§

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

source§

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

source§

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

source§

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

source§

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

source§

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

source§

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

source§

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

source§

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

source§

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

source§

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

source§

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

source§

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