Trait LeftContraction

Source
pub trait LeftContraction<T> {
    type Output;

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

Geometric product grade filtered by t == s - r

Required Associated Types§

Required Methods§

Source

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

Implementations on Foreign Types§

Source§

impl LeftContraction<f32> for f32

Source§

impl LeftContraction<ComplexNumber> for f32

Source§

impl LeftContraction<IdealPoint> for f32

Source§

impl LeftContraction<Motor> for f32

Source§

impl LeftContraction<MotorDual> for f32

Source§

impl LeftContraction<MultiVector> for f32

Source§

impl LeftContraction<Plane> for f32

Source§

impl LeftContraction<Point> for f32

Source§

impl LeftContraction<Rotor> for f32

Source§

impl LeftContraction<Translator> for f32

Source§

impl LeftContraction<IdealPoint> for f32

Source§

impl LeftContraction<Line> for f32

Source§

impl LeftContraction<Motor> for f32

Source§

impl LeftContraction<MultiVector> for f32

Source§

impl LeftContraction<Plane> for f32

Source§

impl LeftContraction<Point> for f32

Source§

impl LeftContraction<PointAndPlane> for f32

Source§

impl LeftContraction<Rotor> for f32

Source§

impl LeftContraction<Translator> for f32

Source§

impl LeftContraction<SplitComplexNumber> for f32

Source§

impl LeftContraction<IdealPoint> for f32

Source§

impl LeftContraction<Motor> for f32

Source§

impl LeftContraction<MotorDual> for f32

Source§

impl LeftContraction<MultiVector> for f32

Source§

impl LeftContraction<Plane> for f32

Source§

impl LeftContraction<Point> for f32

Source§

impl LeftContraction<Rotor> for f32

Source§

impl LeftContraction<Translator> for f32

Source§

impl LeftContraction<IdealPoint> for f32

Source§

impl LeftContraction<Line> for f32

Source§

impl LeftContraction<Motor> for f32

Source§

impl LeftContraction<MultiVector> for f32

Source§

impl LeftContraction<Plane> for f32

Source§

impl LeftContraction<Point> for f32

Source§

impl LeftContraction<PointAndPlane> for f32

Source§

impl LeftContraction<Rotor> for f32

Source§

impl LeftContraction<Translator> for f32

Source§

impl LeftContraction<DualNumber> for f32

Source§

impl LeftContraction<IdealPoint> for f32

Source§

impl LeftContraction<Motor> for f32

Source§

impl LeftContraction<MotorDual> for f32

Source§

impl LeftContraction<MultiVector> for f32

Source§

impl LeftContraction<Plane> for f32

Source§

impl LeftContraction<Point> for f32

Source§

impl LeftContraction<Rotor> for f32

Source§

impl LeftContraction<Translator> for f32

Source§

impl LeftContraction<IdealPoint> for f32

Source§

impl LeftContraction<Line> for f32

Source§

impl LeftContraction<Motor> for f32

Source§

impl LeftContraction<MultiVector> for f32

Source§

impl LeftContraction<Plane> for f32

Source§

impl LeftContraction<Point> for f32

Source§

impl LeftContraction<PointAndPlane> for f32

Source§

impl LeftContraction<Rotor> for f32

Source§

impl LeftContraction<Translator> for f32

Implementors§

Source§

impl LeftContraction<f32> for ComplexNumber

Source§

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

Source§

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

Source§

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

Source§

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

Source§

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

Source§

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

Source§

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

Source§

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

Source§

impl LeftContraction<f32> for SplitComplexNumber

Source§

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

Source§

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

Source§

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

Source§

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

Source§

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

Source§

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

Source§

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

Source§

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

Source§

impl LeftContraction<f32> for DualNumber

Source§

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

Source§

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

Source§

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

Source§

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

Source§

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

Source§

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

Source§

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

Source§

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

Source§

impl LeftContraction<ComplexNumber> for ComplexNumber

Source§

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

Source§

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

Source§

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

Source§

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

Source§

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

Source§

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

Source§

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

Source§

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

Source§

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

Source§

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

Source§

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

Source§

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

Source§

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

Source§

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

Source§

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

Source§

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

Source§

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

Source§

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

Source§

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

Source§

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

Source§

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

Source§

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

Source§

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

Source§

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

Source§

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

Source§

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

Source§

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

Source§

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

Source§

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

Source§

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

Source§

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

Source§

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

Source§

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

Source§

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

Source§

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

Source§

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

Source§

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

Source§

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

Source§

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

Source§

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

Source§

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

Source§

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

Source§

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

Source§

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

Source§

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

Source§

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

Source§

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

Source§

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

Source§

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

Source§

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

Source§

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

Source§

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

Source§

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

Source§

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

Source§

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

Source§

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

Source§

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

Source§

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

Source§

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

Source§

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

Source§

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

Source§

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

Source§

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

Source§

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

Source§

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

Source§

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

Source§

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

Source§

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

Source§

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

Source§

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

Source§

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

Source§

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

Source§

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

Source§

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

Source§

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

Source§

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

Source§

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

Source§

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

Source§

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

Source§

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

Source§

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

Source§

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

Source§

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

Source§

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

Source§

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

Source§

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

Source§

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

Source§

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

Source§

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

Source§

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

Source§

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

Source§

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

Source§

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

Source§

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

Source§

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

Source§

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

Source§

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

Source§

impl LeftContraction<SplitComplexNumber> for SplitComplexNumber

Source§

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

Source§

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

Source§

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

Source§

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

Source§

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

Source§

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

Source§

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

Source§

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

Source§

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

Source§

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

Source§

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

Source§

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

Source§

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

Source§

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

Source§

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

Source§

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

Source§

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

Source§

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

Source§

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

Source§

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

Source§

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

Source§

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

Source§

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

Source§

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

Source§

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

Source§

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

Source§

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

Source§

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

Source§

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

Source§

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

Source§

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

Source§

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

Source§

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

Source§

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

Source§

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

Source§

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

Source§

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

Source§

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

Source§

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

Source§

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

Source§

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

Source§

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

Source§

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

Source§

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

Source§

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

Source§

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

Source§

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

Source§

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

Source§

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

Source§

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

Source§

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

Source§

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

Source§

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

Source§

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

Source§

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

Source§

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

Source§

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

Source§

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

Source§

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

Source§

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

Source§

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

Source§

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

Source§

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

Source§

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

Source§

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

Source§

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

Source§

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

Source§

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

Source§

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

Source§

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

Source§

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

Source§

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

Source§

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

Source§

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

Source§

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

Source§

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

Source§

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

Source§

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

Source§

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

Source§

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

Source§

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

Source§

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

Source§

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

Source§

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

Source§

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

Source§

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

Source§

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

Source§

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

Source§

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

Source§

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

Source§

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

Source§

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

Source§

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

Source§

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

Source§

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

Source§

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

Source§

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

Source§

impl LeftContraction<DualNumber> for DualNumber

Source§

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

Source§

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

Source§

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

Source§

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

Source§

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

Source§

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

Source§

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

Source§

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

Source§

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

Source§

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

Source§

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

Source§

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

Source§

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

Source§

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

Source§

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

Source§

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

Source§

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

Source§

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

Source§

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

Source§

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

Source§

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

Source§

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

Source§

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

Source§

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

Source§

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

Source§

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

Source§

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

Source§

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

Source§

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

Source§

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

Source§

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

Source§

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

Source§

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

Source§

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

Source§

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

Source§

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

Source§

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

Source§

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

Source§

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

Source§

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

Source§

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

Source§

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

Source§

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

Source§

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

Source§

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

Source§

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

Source§

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

Source§

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

Source§

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

Source§

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

Source§

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

Source§

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

Source§

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

Source§

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

Source§

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

Source§

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

Source§

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

Source§

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

Source§

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

Source§

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

Source§

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

Source§

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

Source§

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

Source§

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

Source§

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

Source§

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

Source§

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

Source§

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

Source§

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

Source§

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

Source§

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

Source§

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

Source§

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

Source§

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