pub union Plane {
    /* private fields */
}

Implementations§

source§

impl Plane

source

pub const fn new(e0: f32, e2: f32, e1: f32) -> Self

source

pub const fn from_groups(g0: Simd32x3) -> Self

source

pub fn group0(&self) -> Simd32x3

source

pub fn group0_mut(&mut self) -> &mut Simd32x3

Trait Implementations§

source§

impl Add<MotorDual> for Plane

§

type Output = MotorDual

The resulting type after applying the + operator.
source§

fn add(self, other: MotorDual) -> MotorDual

Performs the + operation. Read more
source§

impl Add<MultiVector> for Plane

§

type Output = MultiVector

The resulting type after applying the + operator.
source§

fn add(self, other: MultiVector) -> MultiVector

Performs the + operation. Read more
source§

impl Add<Plane> for MotorDual

§

type Output = MotorDual

The resulting type after applying the + operator.
source§

fn add(self, other: Plane) -> MotorDual

Performs the + operation. Read more
source§

impl Add<Plane> for MultiVector

§

type Output = MultiVector

The resulting type after applying the + operator.
source§

fn add(self, other: Plane) -> MultiVector

Performs the + operation. Read more
source§

impl Add<Plane> for Plane

§

type Output = Plane

The resulting type after applying the + operator.
source§

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

Performs the + operation. Read more
source§

impl AddAssign<Plane> for MotorDual

source§

fn add_assign(&mut self, other: Plane)

Performs the += operation. Read more
source§

impl AddAssign<Plane> for MultiVector

source§

fn add_assign(&mut self, other: Plane)

Performs the += operation. Read more
source§

impl AddAssign<Plane> for Plane

source§

fn add_assign(&mut self, other: Plane)

Performs the += operation. Read more
source§

impl Automorphism for Plane

source§

impl Clone for Plane

source§

fn clone(&self) -> Plane

Returns a copy of the value. Read more
1.0.0 · source§

fn clone_from(&mut self, source: &Self)

Performs copy-assignment from source. Read more
source§

impl Conjugation for Plane

source§

impl Debug for Plane

source§

fn fmt(&self, formatter: &mut Formatter<'_>) -> Result

Formats the value using the given formatter. Read more
source§

impl Div<Plane> for Plane

§

type Output = Plane

The resulting type after applying the / operator.
source§

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

Performs the / operation. Read more
source§

impl DivAssign<Plane> for Plane

source§

fn div_assign(&mut self, other: Plane)

Performs the /= operation. Read more
source§

impl Dual for Plane

§

type Output = Point

source§

fn dual(self) -> Point

source§

impl From<[f32; 3]> for Plane

source§

fn from(array: [f32; 3]) -> Self

Converts to this type from the input type.
source§

impl From<Plane> for [f32; 3]

source§

fn from(vector: Plane) -> Self

Converts to this type from the input type.
source§

impl GeometricProduct<IdealPoint> for Plane

source§

impl GeometricProduct<Motor> for Plane

source§

impl GeometricProduct<MotorDual> for Plane

source§

impl GeometricProduct<MultiVector> for Plane

source§

impl GeometricProduct<Plane> for IdealPoint

source§

impl GeometricProduct<Plane> for Motor

source§

impl GeometricProduct<Plane> for MotorDual

source§

impl GeometricProduct<Plane> for MultiVector

source§

impl GeometricProduct<Plane> for Plane

source§

impl GeometricProduct<Plane> for Point

source§

impl GeometricProduct<Plane> for Rotor

source§

impl GeometricProduct<Plane> for Translator

source§

impl GeometricProduct<Plane> for f32

source§

impl GeometricProduct<Point> for Plane

source§

impl GeometricProduct<Rotor> for Plane

source§

impl GeometricProduct<Translator> for Plane

source§

impl GeometricProduct<f32> for Plane

source§

impl GeometricQuotient<IdealPoint> for Plane

source§

impl GeometricQuotient<Motor> for Plane

source§

impl GeometricQuotient<MotorDual> for Plane

source§

impl GeometricQuotient<MultiVector> for Plane

source§

impl GeometricQuotient<Plane> for IdealPoint

source§

impl GeometricQuotient<Plane> for Motor

source§

impl GeometricQuotient<Plane> for MotorDual

source§

impl GeometricQuotient<Plane> for MultiVector

source§

impl GeometricQuotient<Plane> for Plane

source§

impl GeometricQuotient<Plane> for Point

source§

impl GeometricQuotient<Plane> for Rotor

source§

impl GeometricQuotient<Plane> for Translator

source§

impl GeometricQuotient<Plane> for f32

source§

impl GeometricQuotient<Point> for Plane

source§

impl GeometricQuotient<Rotor> for Plane

source§

impl GeometricQuotient<Translator> for Plane

source§

impl GeometricQuotient<f32> for Plane

source§

impl Index<usize> for Plane

§

type Output = f32

The returned type after indexing.
source§

fn index(&self, index: usize) -> &Self::Output

Performs the indexing (container[index]) operation. Read more
source§

impl IndexMut<usize> for Plane

source§

fn index_mut(&mut self, index: usize) -> &mut Self::Output

Performs the mutable indexing (container[index]) operation. Read more
source§

impl InnerProduct<IdealPoint> for Plane

source§

impl InnerProduct<Motor> for Plane

§

type Output = Plane

source§

fn inner_product(self, other: Motor) -> Plane

source§

impl InnerProduct<MotorDual> for Plane

source§

impl InnerProduct<Plane> for IdealPoint

§

type Output = Plane

source§

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

source§

impl InnerProduct<Plane> for Motor

§

type Output = Plane

source§

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

source§

impl InnerProduct<Plane> for MotorDual

§

type Output = Motor

source§

fn inner_product(self, other: Plane) -> Motor

source§

impl InnerProduct<Plane> for Plane

§

type Output = f32

source§

fn inner_product(self, other: Plane) -> f32

source§

impl InnerProduct<Plane> for Point

§

type Output = Plane

source§

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

source§

impl InnerProduct<Plane> for Rotor

§

type Output = Plane

source§

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

source§

impl InnerProduct<Plane> for Translator

§

type Output = Plane

source§

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

source§

impl InnerProduct<Plane> for f32

§

type Output = Plane

source§

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

source§

impl InnerProduct<Point> for Plane

§

type Output = Plane

source§

fn inner_product(self, other: Point) -> Plane

source§

impl InnerProduct<Rotor> for Plane

§

type Output = Plane

source§

fn inner_product(self, other: Rotor) -> Plane

source§

impl InnerProduct<Translator> for Plane

source§

impl InnerProduct<f32> for Plane

§

type Output = Plane

source§

fn inner_product(self, other: f32) -> Plane

source§

impl Into<Plane> for MotorDual

source§

fn into(self) -> Plane

Converts this type into the (usually inferred) input type.
source§

impl Into<Plane> for MultiVector

source§

fn into(self) -> Plane

Converts this type into the (usually inferred) input type.
source§

impl Inverse for Plane

source§

impl LeftContraction<IdealPoint> for Plane

source§

impl LeftContraction<Motor> for Plane

source§

impl LeftContraction<MotorDual> for Plane

source§

impl LeftContraction<Plane> for Motor

source§

impl LeftContraction<Plane> for MotorDual

§

type Output = f32

source§

fn left_contraction(self, other: Plane) -> f32

source§

impl LeftContraction<Plane> for Plane

§

type Output = f32

source§

fn left_contraction(self, other: Plane) -> f32

source§

impl LeftContraction<Plane> for Rotor

source§

impl LeftContraction<Plane> for Translator

source§

impl LeftContraction<Plane> for f32

source§

impl LeftContraction<Point> for Plane

source§

impl LeftContraction<Translator> for Plane

source§

impl Magnitude for Plane

§

type Output = f32

source§

fn magnitude(self) -> f32

source§

impl Mul<Plane> for Plane

§

type Output = Plane

The resulting type after applying the * operator.
source§

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

Performs the * operation. Read more
source§

impl Mul<f32> for Plane

§

type Output = Plane

The resulting type after applying the * operator.
source§

fn mul(self, other: f32) -> Plane

Performs the * operation. Read more
source§

impl MulAssign<Plane> for Plane

source§

fn mul_assign(&mut self, other: Plane)

Performs the *= operation. Read more
source§

impl MulAssign<f32> for Plane

source§

fn mul_assign(&mut self, other: f32)

Performs the *= operation. Read more
source§

impl Neg for Plane

§

type Output = Plane

The resulting type after applying the - operator.
source§

fn neg(self) -> Plane

Performs the unary - operation. Read more
source§

impl One for Plane

source§

fn one() -> Self

source§

impl OuterProduct<Motor> for Plane

source§

impl OuterProduct<MotorDual> for Plane

source§

impl OuterProduct<Plane> for Motor

source§

impl OuterProduct<Plane> for MotorDual

§

type Output = Point

source§

fn outer_product(self, other: Plane) -> Point

source§

impl OuterProduct<Plane> for Plane

§

type Output = Point

source§

fn outer_product(self, other: Plane) -> Point

source§

impl OuterProduct<Plane> for Rotor

source§

impl OuterProduct<Plane> for Translator

source§

impl OuterProduct<Plane> for f32

§

type Output = Plane

source§

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

source§

impl OuterProduct<Rotor> for Plane

source§

impl OuterProduct<Translator> for Plane

source§

impl OuterProduct<f32> for Plane

§

type Output = Plane

source§

fn outer_product(self, other: f32) -> Plane

source§

impl RegressiveProduct<IdealPoint> for Plane

source§

impl RegressiveProduct<Motor> for Plane

§

type Output = f32

source§

fn regressive_product(self, other: Motor) -> f32

source§

impl RegressiveProduct<MotorDual> for Plane

source§

impl RegressiveProduct<Plane> for IdealPoint

§

type Output = f32

source§

fn regressive_product(self, other: Plane) -> f32

source§

impl RegressiveProduct<Plane> for Motor

§

type Output = f32

source§

fn regressive_product(self, other: Plane) -> f32

source§

impl RegressiveProduct<Plane> for MotorDual

source§

impl RegressiveProduct<Plane> for Point

§

type Output = f32

source§

fn regressive_product(self, other: Plane) -> f32

source§

impl RegressiveProduct<Plane> for Rotor

§

type Output = f32

source§

fn regressive_product(self, other: Plane) -> f32

source§

impl RegressiveProduct<Plane> for Translator

§

type Output = f32

source§

fn regressive_product(self, other: Plane) -> f32

source§

impl RegressiveProduct<Point> for Plane

§

type Output = f32

source§

fn regressive_product(self, other: Point) -> f32

source§

impl RegressiveProduct<Rotor> for Plane

§

type Output = f32

source§

fn regressive_product(self, other: Rotor) -> f32

source§

impl RegressiveProduct<Translator> for Plane

source§

impl Reversal for Plane

source§

impl RightContraction<Motor> for Plane

source§

impl RightContraction<MotorDual> for Plane

source§

impl RightContraction<Plane> for IdealPoint

source§

impl RightContraction<Plane> for Motor

source§

impl RightContraction<Plane> for MotorDual

source§

impl RightContraction<Plane> for Plane

§

type Output = f32

source§

fn right_contraction(self, other: Plane) -> f32

source§

impl RightContraction<Plane> for Point

source§

impl RightContraction<Plane> for Translator

source§

impl RightContraction<Rotor> for Plane

source§

impl RightContraction<Translator> for Plane

source§

impl RightContraction<f32> for Plane

source§

impl ScalarProduct<MotorDual> for Plane

§

type Output = f32

source§

fn scalar_product(self, other: MotorDual) -> f32

source§

impl ScalarProduct<MultiVector> for Plane

source§

impl ScalarProduct<Plane> for MotorDual

§

type Output = f32

source§

fn scalar_product(self, other: Plane) -> f32

source§

impl ScalarProduct<Plane> for MultiVector

§

type Output = f32

source§

fn scalar_product(self, other: Plane) -> f32

source§

impl ScalarProduct<Plane> for Plane

§

type Output = f32

source§

fn scalar_product(self, other: Plane) -> f32

source§

impl Signum for Plane

source§

impl SquaredMagnitude for Plane

source§

impl Sub<MotorDual> for Plane

§

type Output = MotorDual

The resulting type after applying the - operator.
source§

fn sub(self, other: MotorDual) -> MotorDual

Performs the - operation. Read more
source§

impl Sub<MultiVector> for Plane

§

type Output = MultiVector

The resulting type after applying the - operator.
source§

fn sub(self, other: MultiVector) -> MultiVector

Performs the - operation. Read more
source§

impl Sub<Plane> for MotorDual

§

type Output = MotorDual

The resulting type after applying the - operator.
source§

fn sub(self, other: Plane) -> MotorDual

Performs the - operation. Read more
source§

impl Sub<Plane> for MultiVector

§

type Output = MultiVector

The resulting type after applying the - operator.
source§

fn sub(self, other: Plane) -> MultiVector

Performs the - operation. Read more
source§

impl Sub<Plane> for Plane

§

type Output = Plane

The resulting type after applying the - operator.
source§

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

Performs the - operation. Read more
source§

impl SubAssign<Plane> for MotorDual

source§

fn sub_assign(&mut self, other: Plane)

Performs the -= operation. Read more
source§

impl SubAssign<Plane> for MultiVector

source§

fn sub_assign(&mut self, other: Plane)

Performs the -= operation. Read more
source§

impl SubAssign<Plane> for Plane

source§

fn sub_assign(&mut self, other: Plane)

Performs the -= operation. Read more
source§

impl Transformation<IdealPoint> for Plane

source§

impl Transformation<Motor> for Plane

§

type Output = Motor

source§

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

source§

impl Transformation<MotorDual> for Plane

source§

impl Transformation<MultiVector> for Plane

source§

impl Transformation<Plane> for IdealPoint

§

type Output = Plane

source§

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

source§

impl Transformation<Plane> for Motor

§

type Output = Plane

source§

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

source§

impl Transformation<Plane> for MotorDual

§

type Output = Plane

source§

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

source§

impl Transformation<Plane> for MultiVector

§

type Output = Plane

source§

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

source§

impl Transformation<Plane> for Plane

§

type Output = Plane

source§

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

source§

impl Transformation<Plane> for Point

§

type Output = Plane

source§

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

source§

impl Transformation<Plane> for Rotor

§

type Output = Plane

source§

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

source§

impl Transformation<Plane> for Translator

§

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 Plane

§

type Output = Point

source§

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

source§

impl Transformation<Rotor> for Plane

§

type Output = Rotor

source§

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

source§

impl Transformation<Translator> for Plane

source§

impl Transformation<f32> for Plane

§

type Output = f32

source§

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

source§

impl Zero for Plane

source§

fn zero() -> Self

source§

impl Copy for Plane

Auto Trait Implementations§

§

impl RefUnwindSafe for Plane

§

impl Send for Plane

§

impl Sync for Plane

§

impl Unpin for Plane

§

impl UnwindSafe for Plane

Blanket Implementations§

source§

impl<T> Any for Twhere T: 'static + ?Sized,

source§

fn type_id(&self) -> TypeId

Gets the TypeId of self. Read more
source§

impl<T> Borrow<T> for Twhere T: ?Sized,

source§

fn borrow(&self) -> &T

Immutably borrows from an owned value. Read more
source§

impl<T> BorrowMut<T> for Twhere T: ?Sized,

source§

fn borrow_mut(&mut self) -> &mut T

Mutably borrows from an owned value. Read more
source§

impl<T> From<T> for T

source§

fn from(t: T) -> T

Returns the argument unchanged.

source§

impl<T, U> Into<U> for Twhere U: From<T>,

source§

fn into(self) -> U

Calls U::from(self).

That is, this conversion is whatever the implementation of From<T> for U chooses to do.

source§

impl<T> ToOwned for Twhere T: Clone,

§

type Owned = T

The resulting type after obtaining ownership.
source§

fn to_owned(&self) -> T

Creates owned data from borrowed data, usually by cloning. Read more
source§

fn clone_into(&self, target: &mut T)

Uses borrowed data to replace owned data, usually by cloning. Read more
source§

impl<T, U> TryFrom<U> for Twhere U: Into<T>,

§

type Error = Infallible

The type returned in the event of a conversion error.
source§

fn try_from(value: U) -> Result<T, <T as TryFrom<U>>::Error>

Performs the conversion.
source§

impl<T, U> TryInto<U> for Twhere U: TryFrom<T>,

§

type Error = <U as TryFrom<T>>::Error

The type returned in the event of a conversion error.
source§

fn try_into(self) -> Result<U, <U as TryFrom<T>>::Error>

Performs the conversion.