Trait geometric_algebra::Inverse[][src]

pub trait Inverse {
    type Output;
    fn inverse(self) -> Self::Output;
}

Exponentiation by scalar -1.0

Associated Types

Loading content...

Required methods

fn inverse(self) -> Self::Output[src]

Loading content...

Implementors

impl Inverse for ComplexNumber[src]

impl Inverse for geometric_algebra::epga1d::Scalar[src]

type Output = Scalar

impl Inverse for geometric_algebra::epga2d::Motor[src]

type Output = Motor

impl Inverse for geometric_algebra::epga2d::MotorDual[src]

impl Inverse for geometric_algebra::epga2d::MultiVector[src]

impl Inverse for geometric_algebra::epga2d::Plane[src]

type Output = Plane

impl Inverse for geometric_algebra::epga2d::Point[src]

type Output = Point

impl Inverse for geometric_algebra::epga2d::Rotor[src]

type Output = Rotor

impl Inverse for geometric_algebra::epga2d::Scalar[src]

type Output = Scalar

impl Inverse for geometric_algebra::epga2d::Translator[src]

impl Inverse for geometric_algebra::epga3d::Line[src]

type Output = Line

impl Inverse for geometric_algebra::epga3d::Motor[src]

type Output = Motor

impl Inverse for geometric_algebra::epga3d::MultiVector[src]

impl Inverse for geometric_algebra::epga3d::Plane[src]

type Output = Plane

impl Inverse for geometric_algebra::epga3d::Point[src]

type Output = Point

impl Inverse for geometric_algebra::epga3d::PointAndPlane[src]

impl Inverse for geometric_algebra::epga3d::Rotor[src]

type Output = Rotor

impl Inverse for geometric_algebra::epga3d::Scalar[src]

type Output = Scalar

impl Inverse for geometric_algebra::epga3d::Translator[src]

impl Inverse for geometric_algebra::hpga1d::Scalar[src]

type Output = Scalar

impl Inverse for SplitComplexNumber[src]

impl Inverse for geometric_algebra::hpga2d::Motor[src]

type Output = Motor

impl Inverse for geometric_algebra::hpga2d::MotorDual[src]

impl Inverse for geometric_algebra::hpga2d::MultiVector[src]

impl Inverse for geometric_algebra::hpga2d::Plane[src]

type Output = Plane

impl Inverse for geometric_algebra::hpga2d::Point[src]

type Output = Point

impl Inverse for geometric_algebra::hpga2d::Rotor[src]

type Output = Rotor

impl Inverse for geometric_algebra::hpga2d::Scalar[src]

type Output = Scalar

impl Inverse for geometric_algebra::hpga2d::Translator[src]

impl Inverse for geometric_algebra::hpga3d::Line[src]

type Output = Line

impl Inverse for geometric_algebra::hpga3d::Motor[src]

type Output = Motor

impl Inverse for geometric_algebra::hpga3d::MultiVector[src]

impl Inverse for geometric_algebra::hpga3d::Plane[src]

type Output = Plane

impl Inverse for geometric_algebra::hpga3d::Point[src]

type Output = Point

impl Inverse for geometric_algebra::hpga3d::PointAndPlane[src]

impl Inverse for geometric_algebra::hpga3d::Rotor[src]

type Output = Rotor

impl Inverse for geometric_algebra::hpga3d::Scalar[src]

type Output = Scalar

impl Inverse for geometric_algebra::hpga3d::Translator[src]

impl Inverse for DualNumber[src]

impl Inverse for geometric_algebra::ppga1d::Scalar[src]

type Output = Scalar

impl Inverse for geometric_algebra::ppga2d::Motor[src]

type Output = Motor

impl Inverse for geometric_algebra::ppga2d::MotorDual[src]

impl Inverse for geometric_algebra::ppga2d::MultiVector[src]

impl Inverse for geometric_algebra::ppga2d::Plane[src]

type Output = Plane

impl Inverse for geometric_algebra::ppga2d::Point[src]

type Output = Point

impl Inverse for geometric_algebra::ppga2d::Rotor[src]

type Output = Rotor

impl Inverse for geometric_algebra::ppga2d::Scalar[src]

type Output = Scalar

impl Inverse for geometric_algebra::ppga2d::Translator[src]

impl Inverse for geometric_algebra::ppga3d::Line[src]

type Output = Line

impl Inverse for geometric_algebra::ppga3d::Motor[src]

type Output = Motor

impl Inverse for geometric_algebra::ppga3d::MultiVector[src]

impl Inverse for geometric_algebra::ppga3d::Plane[src]

type Output = Plane

impl Inverse for geometric_algebra::ppga3d::Point[src]

type Output = Point

impl Inverse for geometric_algebra::ppga3d::PointAndPlane[src]

impl Inverse for geometric_algebra::ppga3d::Rotor[src]

type Output = Rotor

impl Inverse for geometric_algebra::ppga3d::Scalar[src]

type Output = Scalar

impl Inverse for geometric_algebra::ppga3d::Translator[src]

Loading content...