pub union Line {
    /* private fields */
}

Implementations§

source§

impl Line

source

pub const fn new( e01: f32, e02: f32, e03: f32, e23: f32, _e13: f32, e12: f32 ) -> Self

source

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

source

pub fn group0(&self) -> Simd32x3

source

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

source

pub fn group1(&self) -> Simd32x3

source

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

Trait Implementations§

source§

impl Add<IdealPoint> for Line

§

type Output = Line

The resulting type after applying the + operator.
source§

fn add(self, other: IdealPoint) -> Line

Performs the + operation. Read more
source§

impl Add<Line> for IdealPoint

§

type Output = Line

The resulting type after applying the + operator.
source§

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

Performs the + operation. Read more
source§

impl Add<Line> for Line

§

type Output = Line

The resulting type after applying the + operator.
source§

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

Performs the + operation. Read more
source§

impl Add<Line> for Motor

§

type Output = Motor

The resulting type after applying the + operator.
source§

fn add(self, other: Line) -> Motor

Performs the + operation. Read more
source§

impl Add<Line> for MultiVector

§

type Output = MultiVector

The resulting type after applying the + operator.
source§

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

Performs the + operation. Read more
source§

impl Add<Motor> for Line

§

type Output = Motor

The resulting type after applying the + operator.
source§

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

Performs the + operation. Read more
source§

impl Add<MultiVector> for Line

§

type Output = MultiVector

The resulting type after applying the + operator.
source§

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

Performs the + operation. Read more
source§

impl AddAssign<IdealPoint> for Line

source§

fn add_assign(&mut self, other: IdealPoint)

Performs the += operation. Read more
source§

impl AddAssign<Line> for Line

source§

fn add_assign(&mut self, other: Line)

Performs the += operation. Read more
source§

impl AddAssign<Line> for Motor

source§

fn add_assign(&mut self, other: Line)

Performs the += operation. Read more
source§

impl AddAssign<Line> for MultiVector

source§

fn add_assign(&mut self, other: Line)

Performs the += operation. Read more
source§

impl Automorphism for Line

source§

impl Clone for Line

source§

fn clone(&self) -> Line

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 Line

source§

impl Debug for Line

source§

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

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

impl Div<Line> for Line

§

type Output = Line

The resulting type after applying the / operator.
source§

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

Performs the / operation. Read more
source§

impl DivAssign<Line> for Line

source§

fn div_assign(&mut self, other: Line)

Performs the /= operation. Read more
source§

impl Dual for Line

§

type Output = Line

source§

fn dual(self) -> Line

source§

impl Exp for Line

§

type Output = Motor

source§

fn exp(self) -> Motor

source§

impl From<[f32; 6]> for Line

source§

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

Converts to this type from the input type.
source§

impl From<Line> for [f32; 6]

source§

fn from(vector: Line) -> Self

Converts to this type from the input type.
source§

impl GeometricProduct<Line> for Line

source§

impl GeometricProduct<Line> for Motor

source§

impl GeometricProduct<Line> for MultiVector

source§

impl GeometricProduct<Line> for Plane

source§

impl GeometricProduct<Line> for PointAndPlane

source§

impl GeometricProduct<Line> for Rotor

source§

impl GeometricProduct<Line> for f32

§

type Output = Line

source§

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

source§

impl GeometricProduct<Motor> for Line

source§

impl GeometricProduct<MultiVector> for Line

source§

impl GeometricProduct<Plane> for Line

source§

impl GeometricProduct<PointAndPlane> for Line

source§

impl GeometricProduct<Rotor> for Line

source§

impl GeometricProduct<f32> for Line

§

type Output = Line

source§

fn geometric_product(self, other: f32) -> Line

source§

impl GeometricQuotient<Line> for Line

source§

impl GeometricQuotient<Line> for Motor

source§

impl GeometricQuotient<Line> for MultiVector

source§

impl GeometricQuotient<Line> for Plane

source§

impl GeometricQuotient<Line> for PointAndPlane

source§

impl GeometricQuotient<Line> for Rotor

source§

impl GeometricQuotient<Line> for f32

source§

impl GeometricQuotient<Motor> for Line

source§

impl GeometricQuotient<MultiVector> for Line

source§

impl GeometricQuotient<Plane> for Line

source§

impl GeometricQuotient<PointAndPlane> for Line

source§

impl GeometricQuotient<Rotor> for Line

source§

impl GeometricQuotient<f32> for Line

§

type Output = Line

source§

fn geometric_quotient(self, other: f32) -> Line

source§

impl Index<usize> for Line

§

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 Line

source§

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

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

impl InnerProduct<Line> for Line

§

type Output = f32

source§

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

source§

impl InnerProduct<Line> for Plane

§

type Output = Plane

source§

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

source§

impl InnerProduct<Line> for Point

§

type Output = Plane

source§

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

source§

impl InnerProduct<Line> for PointAndPlane

§

type Output = Plane

source§

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

source§

impl InnerProduct<Line> for Translator

§

type Output = Line

source§

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

source§

impl InnerProduct<Line> for f32

§

type Output = Line

source§

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

source§

impl InnerProduct<Plane> for Line

§

type Output = Plane

source§

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

source§

impl InnerProduct<Point> for Line

§

type Output = Plane

source§

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

source§

impl InnerProduct<PointAndPlane> for Line

source§

impl InnerProduct<Translator> for Line

source§

impl InnerProduct<f32> for Line

§

type Output = Line

source§

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

source§

impl Into<IdealPoint> for Line

source§

fn into(self) -> IdealPoint

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

impl Into<Line> for Motor

source§

fn into(self) -> Line

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

impl Into<Line> for MultiVector

source§

fn into(self) -> Line

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

impl Inverse for Line

§

type Output = Line

source§

fn inverse(self) -> Line

source§

impl LeftContraction<Line> for Line

§

type Output = f32

source§

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

source§

impl LeftContraction<Line> for Plane

source§

impl LeftContraction<Line> for PointAndPlane

source§

impl LeftContraction<Line> for Translator

§

type Output = Line

source§

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

source§

impl LeftContraction<Line> for f32

§

type Output = Line

source§

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

source§

impl LeftContraction<Motor> for Line

source§

impl LeftContraction<Point> for Line

source§

impl LeftContraction<PointAndPlane> for Line

source§

impl LeftContraction<Rotor> for Line

§

type Output = f32

source§

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

source§

impl Magnitude for Line

§

type Output = f32

source§

fn magnitude(self) -> f32

source§

impl Mul<Line> for Line

§

type Output = Line

The resulting type after applying the * operator.
source§

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

Performs the * operation. Read more
source§

impl Mul<f32> for Line

§

type Output = Line

The resulting type after applying the * operator.
source§

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

Performs the * operation. Read more
source§

impl MulAssign<Line> for Line

source§

fn mul_assign(&mut self, other: Line)

Performs the *= operation. Read more
source§

impl MulAssign<f32> for Line

source§

fn mul_assign(&mut self, other: f32)

Performs the *= operation. Read more
source§

impl Neg for Line

§

type Output = Line

The resulting type after applying the - operator.
source§

fn neg(self) -> Line

Performs the unary - operation. Read more
source§

impl One for Line

source§

fn one() -> Self

source§

impl OuterProduct<Line> for Plane

§

type Output = Point

source§

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

source§

impl OuterProduct<Line> for PointAndPlane

§

type Output = Point

source§

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

source§

impl OuterProduct<Line> for f32

§

type Output = Line

source§

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

source§

impl OuterProduct<Plane> for Line

§

type Output = Point

source§

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

source§

impl OuterProduct<PointAndPlane> for Line

source§

impl OuterProduct<f32> for Line

§

type Output = Line

source§

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

source§

impl RegressiveProduct<IdealPoint> for Line

source§

impl RegressiveProduct<Line> for IdealPoint

§

type Output = f32

source§

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

source§

impl RegressiveProduct<Line> for Line

§

type Output = f32

source§

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

source§

impl RegressiveProduct<Line> for Point

source§

impl RegressiveProduct<Line> for PointAndPlane

source§

impl RegressiveProduct<Line> for Rotor

§

type Output = f32

source§

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

source§

impl RegressiveProduct<Line> for Translator

§

type Output = f32

source§

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

source§

impl RegressiveProduct<Point> for Line

source§

impl RegressiveProduct<PointAndPlane> for Line

source§

impl RegressiveProduct<Rotor> for Line

§

type Output = f32

source§

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

source§

impl RegressiveProduct<Translator> for Line

source§

impl Reversal for Line

source§

impl RightContraction<Line> for Line

§

type Output = f32

source§

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

source§

impl RightContraction<Line> for Motor

source§

impl RightContraction<Line> for Point

source§

impl RightContraction<Line> for PointAndPlane

source§

impl RightContraction<Line> for Rotor

§

type Output = f32

source§

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

source§

impl RightContraction<Plane> for Line

source§

impl RightContraction<PointAndPlane> for Line

source§

impl RightContraction<Translator> for Line

source§

impl RightContraction<f32> for Line

§

type Output = Line

source§

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

source§

impl ScalarProduct<Line> for Line

§

type Output = f32

source§

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

source§

impl ScalarProduct<Line> for Motor

§

type Output = f32

source§

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

source§

impl ScalarProduct<Line> for MultiVector

§

type Output = f32

source§

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

source§

impl ScalarProduct<Line> for Rotor

§

type Output = f32

source§

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

source§

impl ScalarProduct<Motor> for Line

§

type Output = f32

source§

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

source§

impl ScalarProduct<MultiVector> for Line

source§

impl ScalarProduct<Rotor> for Line

§

type Output = f32

source§

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

source§

impl Signum for Line

§

type Output = Line

source§

fn signum(self) -> Line

source§

impl SquaredMagnitude for Line

source§

impl Sub<IdealPoint> for Line

§

type Output = Line

The resulting type after applying the - operator.
source§

fn sub(self, other: IdealPoint) -> Line

Performs the - operation. Read more
source§

impl Sub<Line> for IdealPoint

§

type Output = Line

The resulting type after applying the - operator.
source§

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

Performs the - operation. Read more
source§

impl Sub<Line> for Line

§

type Output = Line

The resulting type after applying the - operator.
source§

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

Performs the - operation. Read more
source§

impl Sub<Line> for Motor

§

type Output = Motor

The resulting type after applying the - operator.
source§

fn sub(self, other: Line) -> Motor

Performs the - operation. Read more
source§

impl Sub<Line> for MultiVector

§

type Output = MultiVector

The resulting type after applying the - operator.
source§

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

Performs the - operation. Read more
source§

impl Sub<Motor> for Line

§

type Output = Motor

The resulting type after applying the - operator.
source§

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

Performs the - operation. Read more
source§

impl Sub<MultiVector> for Line

§

type Output = MultiVector

The resulting type after applying the - operator.
source§

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

Performs the - operation. Read more
source§

impl SubAssign<IdealPoint> for Line

source§

fn sub_assign(&mut self, other: IdealPoint)

Performs the -= operation. Read more
source§

impl SubAssign<Line> for Line

source§

fn sub_assign(&mut self, other: Line)

Performs the -= operation. Read more
source§

impl SubAssign<Line> for Motor

source§

fn sub_assign(&mut self, other: Line)

Performs the -= operation. Read more
source§

impl SubAssign<Line> for MultiVector

source§

fn sub_assign(&mut self, other: Line)

Performs the -= operation. Read more
source§

impl Transformation<Line> for Line

§

type Output = Line

source§

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

source§

impl Transformation<Line> for Motor

§

type Output = Line

source§

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

source§

impl Transformation<Line> for MultiVector

§

type Output = Line

source§

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

source§

impl Transformation<Line> for Plane

§

type Output = Line

source§

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

source§

impl Transformation<Line> for PointAndPlane

§

type Output = Line

source§

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

source§

impl Transformation<Line> for Rotor

§

type Output = Line

source§

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

source§

impl Transformation<Line> for f32

§

type Output = Line

source§

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

source§

impl Transformation<Motor> for Line

§

type Output = Motor

source§

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

source§

impl Transformation<MultiVector> for Line

source§

impl Transformation<Plane> for Line

§

type Output = Plane

source§

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

source§

impl Transformation<PointAndPlane> for Line

source§

impl Transformation<Rotor> for Line

§

type Output = Rotor

source§

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

source§

impl Transformation<f32> for Line

§

type Output = f32

source§

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

source§

impl Zero for Line

source§

fn zero() -> Self

source§

impl Copy for Line

Auto Trait Implementations§

§

impl RefUnwindSafe for Line

§

impl Send for Line

§

impl Sync for Line

§

impl Unpin for Line

§

impl UnwindSafe for Line

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.