pub trait Automorphism {
    type Output;

    // Required method
    fn automorphism(self) -> Self::Output;
}
Expand description

Negates elements with grade % 2 == 1

Also called main involution

Required Associated Types§

Required Methods§

source

fn automorphism(self) -> Self::Output

Implementations on Foreign Types§

source§

impl Automorphism for f32

Implementors§

source§

impl Automorphism for ComplexNumber

source§

impl Automorphism for geometric_algebra::epga2d::IdealPoint

source§

impl Automorphism for geometric_algebra::epga2d::Motor

source§

impl Automorphism for geometric_algebra::epga2d::MotorDual

source§

impl Automorphism for geometric_algebra::epga2d::MultiVector

source§

impl Automorphism for geometric_algebra::epga2d::Plane

source§

impl Automorphism for geometric_algebra::epga2d::Point

source§

impl Automorphism for geometric_algebra::epga2d::Rotor

source§

impl Automorphism for geometric_algebra::epga2d::Translator

source§

impl Automorphism for geometric_algebra::epga3d::IdealPoint

source§

impl Automorphism for geometric_algebra::epga3d::Line

§

type Output = Line

source§

impl Automorphism for geometric_algebra::epga3d::Motor

source§

impl Automorphism for geometric_algebra::epga3d::MultiVector

source§

impl Automorphism for geometric_algebra::epga3d::Plane

source§

impl Automorphism for geometric_algebra::epga3d::Point

source§

impl Automorphism for geometric_algebra::epga3d::PointAndPlane

source§

impl Automorphism for geometric_algebra::epga3d::Rotor

source§

impl Automorphism for geometric_algebra::epga3d::Translator

source§

impl Automorphism for SplitComplexNumber

source§

impl Automorphism for geometric_algebra::hpga2d::IdealPoint

source§

impl Automorphism for geometric_algebra::hpga2d::Motor

source§

impl Automorphism for geometric_algebra::hpga2d::MotorDual

source§

impl Automorphism for geometric_algebra::hpga2d::MultiVector

source§

impl Automorphism for geometric_algebra::hpga2d::Plane

source§

impl Automorphism for geometric_algebra::hpga2d::Point

source§

impl Automorphism for geometric_algebra::hpga2d::Rotor

source§

impl Automorphism for geometric_algebra::hpga2d::Translator

source§

impl Automorphism for geometric_algebra::hpga3d::IdealPoint

source§

impl Automorphism for geometric_algebra::hpga3d::Line

§

type Output = Line

source§

impl Automorphism for geometric_algebra::hpga3d::Motor

source§

impl Automorphism for geometric_algebra::hpga3d::MultiVector

source§

impl Automorphism for geometric_algebra::hpga3d::Plane

source§

impl Automorphism for geometric_algebra::hpga3d::Point

source§

impl Automorphism for geometric_algebra::hpga3d::PointAndPlane

source§

impl Automorphism for geometric_algebra::hpga3d::Rotor

source§

impl Automorphism for geometric_algebra::hpga3d::Translator

source§

impl Automorphism for DualNumber

source§

impl Automorphism for geometric_algebra::ppga2d::IdealPoint

source§

impl Automorphism for geometric_algebra::ppga2d::Motor

source§

impl Automorphism for geometric_algebra::ppga2d::MotorDual

source§

impl Automorphism for geometric_algebra::ppga2d::MultiVector

source§

impl Automorphism for geometric_algebra::ppga2d::Plane

source§

impl Automorphism for geometric_algebra::ppga2d::Point

source§

impl Automorphism for geometric_algebra::ppga2d::Rotor

source§

impl Automorphism for geometric_algebra::ppga2d::Translator

source§

impl Automorphism for geometric_algebra::ppga3d::IdealPoint

source§

impl Automorphism for geometric_algebra::ppga3d::Line

§

type Output = Line

source§

impl Automorphism for geometric_algebra::ppga3d::Motor

source§

impl Automorphism for geometric_algebra::ppga3d::MultiVector

source§

impl Automorphism for geometric_algebra::ppga3d::Plane

source§

impl Automorphism for geometric_algebra::ppga3d::Point

source§

impl Automorphism for geometric_algebra::ppga3d::PointAndPlane

source§

impl Automorphism for geometric_algebra::ppga3d::Rotor

source§

impl Automorphism for geometric_algebra::ppga3d::Translator