Trait alga::linear::AffineSpace [−][src]
A set points associated with a vector space and a transitive and free additive group action (the translation).
Associated Types
type Translation: VectorSpace[src]
The associated vector space.
Provided methods
fn translate_by(&self, t: &Self::Translation) -> Self[src]
Same as *self + *t. Applies the additive group action of this affine space’s associated
vector space on self.
fn subtract(&self, right: &Self) -> Self::Translation[src]
Same as *self - *other. Returns the unique element v of the associated vector space
such that self = right + v.