pub trait Transformation<T> {
    type Output;

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

self * other * self.reversion()

Also called sandwich product

Required Associated Types§

Required Methods§

source

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

Implementations on Foreign Types§

source§

impl Transformation<Point> for f32

§

type Output = Point

source§

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

source§

impl Transformation<PointAndPlane> for f32

source§

impl Transformation<Motor> for f32

§

type Output = Motor

source§

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

source§

impl Transformation<Rotor> for f32

§

type Output = Rotor

source§

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

source§

impl Transformation<Translator> for f32

source§

impl Transformation<PointAndPlane> for f32

source§

impl Transformation<PointAndPlane> for f32

source§

impl Transformation<Rotor> for f32

§

type Output = Rotor

source§

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

source§

impl Transformation<Point> for f32

§

type Output = Point

source§

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

source§

impl Transformation<Line> for f32

§

type Output = Line

source§

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

source§

impl Transformation<MultiVector> for f32

source§

impl Transformation<MultiVector> for f32

source§

impl Transformation<IdealPoint> for f32

source§

impl Transformation<DualNumber> for f32

source§

impl Transformation<Translator> for f32

source§

impl Transformation<Plane> for f32

§

type Output = Plane

source§

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

source§

impl Transformation<Motor> for f32

§

type Output = Motor

source§

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

source§

impl Transformation<MotorDual> for f32

source§

impl Transformation<Motor> for f32

§

type Output = Motor

source§

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

source§

impl Transformation<Point> for f32

§

type Output = Point

source§

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

source§

impl Transformation<Point> for f32

§

type Output = Point

source§

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

source§

impl Transformation<Motor> for f32

§

type Output = Motor

source§

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

source§

impl Transformation<IdealPoint> for f32

source§

impl Transformation<IdealPoint> for f32

source§

impl Transformation<IdealPoint> for f32

source§

impl Transformation<Motor> for f32

§

type Output = Motor

source§

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

source§

impl Transformation<MultiVector> for f32

source§

impl Transformation<Rotor> for f32

§

type Output = Rotor

source§

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

source§

impl Transformation<SplitComplexNumber> for f32

source§

impl Transformation<IdealPoint> for f32

source§

impl Transformation<Translator> for f32

source§

impl Transformation<Rotor> for f32

§

type Output = Rotor

source§

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

source§

impl Transformation<Rotor> for f32

§

type Output = Rotor

source§

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

source§

impl Transformation<MotorDual> for f32

source§

impl Transformation<Point> for f32

§

type Output = Point

source§

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

source§

impl Transformation<Translator> for f32

source§

impl Transformation<Translator> for f32

source§

impl Transformation<Plane> for f32

§

type Output = Plane

source§

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

source§

impl Transformation<Line> for f32

§

type Output = Line

source§

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

source§

impl Transformation<Plane> for f32

§

type Output = Plane

source§

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

source§

impl Transformation<ComplexNumber> for f32

source§

impl Transformation<Line> for f32

§

type Output = Line

source§

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

source§

impl Transformation<MotorDual> for f32

source§

impl Transformation<MultiVector> for f32

source§

impl Transformation<f32> for f32

§

type Output = f32

source§

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

source§

impl Transformation<Plane> for f32

§

type Output = Plane

source§

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

source§

impl Transformation<Motor> for f32

§

type Output = Motor

source§

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

source§

impl Transformation<MultiVector> for f32

source§

impl Transformation<IdealPoint> for f32

source§

impl Transformation<MultiVector> for f32

source§

impl Transformation<Rotor> for f32

§

type Output = Rotor

source§

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

source§

impl Transformation<Translator> for f32

source§

impl Transformation<Plane> for f32

§

type Output = Plane

source§

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

source§

impl Transformation<Plane> for f32

§

type Output = Plane

source§

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

source§

impl Transformation<Point> for f32

§

type Output = Point

source§

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

Implementors§

source§

impl Transformation<f32> for ComplexNumber

§

type Output = f32

source§

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

§

type Output = f32

source§

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

§

type Output = f32

source§

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

§

type Output = f32

source§

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

§

type Output = f32

source§

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

§

type Output = f32

source§

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

§

type Output = f32

source§

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

§

type Output = f32

source§

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

§

type Output = f32

source§

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

§

type Output = f32

source§

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

§

type Output = f32

source§

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

§

type Output = f32

source§

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

§

type Output = f32

source§

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

§

type Output = f32

source§

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

§

type Output = f32

source§

impl Transformation<f32> for SplitComplexNumber

§

type Output = f32

source§

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

§

type Output = f32

source§

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

§

type Output = f32

source§

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

§

type Output = f32

source§

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

§

type Output = f32

source§

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

§

type Output = f32

source§

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

§

type Output = f32

source§

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

§

type Output = f32

source§

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

§

type Output = f32

source§

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

§

type Output = f32

source§

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

§

type Output = f32

source§

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

§

type Output = f32

source§

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

§

type Output = f32

source§

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

§

type Output = f32

source§

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

§

type Output = f32

source§

impl Transformation<f32> for DualNumber

§

type Output = f32

source§

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

§

type Output = f32

source§

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

§

type Output = f32

source§

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

§

type Output = f32

source§

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

§

type Output = f32

source§

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

§

type Output = f32

source§

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

§

type Output = f32

source§

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

§

type Output = f32

source§

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

§

type Output = f32

source§

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

§

type Output = f32

source§

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

§

type Output = f32

source§

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

§

type Output = f32

source§

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

§

type Output = f32

source§

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

§

type Output = f32

source§

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

§

type Output = f32

source§

impl Transformation<ComplexNumber> for ComplexNumber

source§

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

source§

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

source§

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

source§

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

source§

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

source§

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

source§

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

source§

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

source§

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

source§

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

source§

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

source§

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

source§

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

source§

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

source§

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

source§

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

source§

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

source§

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

source§

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

source§

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

source§

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

source§

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

source§

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

source§

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

source§

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

source§

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

source§

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

source§

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

source§

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

source§

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

source§

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

source§

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

source§

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

source§

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

source§

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

source§

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

source§

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

source§

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

source§

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

source§

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

source§

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

source§

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

source§

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

source§

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

source§

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

source§

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

source§

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

source§

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

source§

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

source§

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

source§

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

source§

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

source§

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

source§

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

source§

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

source§

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

source§

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

source§

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

source§

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

source§

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

source§

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

source§

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

source§

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

source§

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

source§

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

source§

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

source§

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

source§

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

source§

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

§

type Output = Line

source§

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

§

type Output = Line

source§

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

§

type Output = Line

source§

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

§

type Output = Line

source§

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

§

type Output = Line

source§

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

§

type Output = Line

source§

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

§

type Output = Line

source§

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

§

type Output = Line

source§

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

§

type Output = Line

source§

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

source§

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

source§

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

source§

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

source§

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

source§

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

source§

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

source§

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

source§

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

source§

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

source§

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

source§

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

source§

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

source§

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

source§

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

source§

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

source§

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

source§

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

source§

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

source§

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

source§

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

source§

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

source§

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

source§

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

source§

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

source§

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

source§

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

source§

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

source§

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

source§

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

source§

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

source§

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

source§

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

source§

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

source§

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

source§

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

source§

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

source§

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

source§

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

source§

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

source§

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

source§

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

source§

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

source§

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

source§

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

source§

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

source§

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

source§

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

source§

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

source§

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

source§

impl Transformation<SplitComplexNumber> for SplitComplexNumber

source§

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

source§

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

source§

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

source§

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

source§

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

source§

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

source§

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

source§

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

source§

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

source§

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

source§

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

source§

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

source§

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

source§

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

source§

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

source§

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

source§

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

source§

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

source§

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

source§

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

source§

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

source§

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

source§

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

source§

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

source§

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

source§

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

source§

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

source§

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

source§

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

source§

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

source§

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

source§

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

source§

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

source§

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

source§

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

source§

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

source§

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

source§

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

source§

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

source§

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

source§

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

source§

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

source§

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

source§

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

source§

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

source§

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

source§

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

source§

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

source§

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

source§

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

source§

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

source§

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

source§

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

source§

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

source§

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

source§

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

source§

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

source§

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

source§

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

source§

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

source§

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

source§

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

source§

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

source§

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

source§

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

source§

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

source§

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

source§

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

source§

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

§

type Output = Line

source§

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

§

type Output = Line

source§

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

§

type Output = Line

source§

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

§

type Output = Line

source§

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

§

type Output = Line

source§

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

§

type Output = Line

source§

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

§

type Output = Line

source§

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

§

type Output = Line

source§

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

§

type Output = Line

source§

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

source§

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

source§

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

source§

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

source§

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

source§

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

source§

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

source§

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

source§

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

source§

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

source§

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

source§

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

source§

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

source§

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

source§

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

source§

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

source§

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

source§

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

source§

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

source§

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

source§

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

source§

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

source§

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

source§

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

source§

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

source§

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

source§

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

source§

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

source§

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

source§

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

source§

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

source§

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

source§

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

source§

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

source§

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

source§

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

source§

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

source§

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

source§

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

source§

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

source§

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

source§

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

source§

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

source§

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

source§

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

source§

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

source§

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

source§

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

source§

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

source§

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

source§

impl Transformation<DualNumber> for DualNumber

source§

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

source§

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

source§

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

source§

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

source§

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

source§

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

source§

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

source§

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

source§

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

source§

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

source§

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

source§

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

source§

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

source§

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

source§

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

source§

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

source§

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

source§

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

source§

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

source§

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

source§

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

source§

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

source§

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

source§

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

source§

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

source§

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

source§

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

source§

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

source§

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

source§

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

source§

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

source§

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

source§

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

source§

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

source§

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

source§

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

source§

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

source§

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

source§

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

source§

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

source§

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

source§

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

source§

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

source§

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

source§

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

source§

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

source§

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

source§

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

source§

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

source§

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

source§

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

source§

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

source§

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

source§

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

source§

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

§

type Output = Line

source§

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

§

type Output = Line

source§

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

§

type Output = Line

source§

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

§

type Output = Line

source§

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

§

type Output = Line

source§

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

§

type Output = Line

source§

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

source§

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

source§

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

source§

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

source§

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

source§

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

source§

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

source§

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

source§

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

source§

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

source§

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

source§

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

source§

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

source§

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

source§

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

source§

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

source§

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

source§

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

source§

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

source§

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

source§

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

source§

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

source§

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

source§

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

source§

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

source§

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

source§

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

source§

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

source§

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

source§

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

source§

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

source§

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

source§

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

source§

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

source§

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

source§

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

source§

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

source§

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

source§

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

source§

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

source§

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

source§

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

source§

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

source§

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

source§

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

source§

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

source§

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

source§

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

source§

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