pub trait Dual {
    type Output;

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

Element order reversed

Required Associated Types§

Required Methods§

source

fn dual(self) -> Self::Output

Implementors§

source§

impl Dual for ComplexNumber

source§

impl Dual for geometric_algebra::epga2d::Motor

source§

impl Dual for geometric_algebra::epga2d::MotorDual

source§

impl Dual for geometric_algebra::epga2d::MultiVector

source§

impl Dual for geometric_algebra::epga2d::Plane

source§

impl Dual for geometric_algebra::epga2d::Point

source§

impl Dual for geometric_algebra::epga3d::Line

§

type Output = Line

source§

impl Dual for geometric_algebra::epga3d::Motor

source§

impl Dual for geometric_algebra::epga3d::MultiVector

source§

impl Dual for geometric_algebra::epga3d::Plane

source§

impl Dual for geometric_algebra::epga3d::Point

source§

impl Dual for geometric_algebra::epga3d::PointAndPlane

source§

impl Dual for SplitComplexNumber

source§

impl Dual for geometric_algebra::hpga2d::Motor

source§

impl Dual for geometric_algebra::hpga2d::MotorDual

source§

impl Dual for geometric_algebra::hpga2d::MultiVector

source§

impl Dual for geometric_algebra::hpga2d::Plane

source§

impl Dual for geometric_algebra::hpga2d::Point

source§

impl Dual for geometric_algebra::hpga3d::Line

§

type Output = Line

source§

impl Dual for geometric_algebra::hpga3d::Motor

source§

impl Dual for geometric_algebra::hpga3d::MultiVector

source§

impl Dual for geometric_algebra::hpga3d::Plane

source§

impl Dual for geometric_algebra::hpga3d::Point

source§

impl Dual for geometric_algebra::hpga3d::PointAndPlane

source§

impl Dual for DualNumber

source§

impl Dual for geometric_algebra::ppga2d::Motor

source§

impl Dual for geometric_algebra::ppga2d::MotorDual

source§

impl Dual for geometric_algebra::ppga2d::MultiVector

source§

impl Dual for geometric_algebra::ppga2d::Plane

source§

impl Dual for geometric_algebra::ppga2d::Point

source§

impl Dual for geometric_algebra::ppga3d::Line

§

type Output = Line

source§

impl Dual for geometric_algebra::ppga3d::Motor

source§

impl Dual for geometric_algebra::ppga3d::MultiVector

source§

impl Dual for geometric_algebra::ppga3d::Plane

source§

impl Dual for geometric_algebra::ppga3d::Point

source§

impl Dual for geometric_algebra::ppga3d::PointAndPlane