pub trait AffineSpace<S: Field> {
type Point: Point<Self::Vector>;
type Vector: VectorSpace<S> + GroupAction<Self::Point>;
}Expand description
Space of Point and Vector (translations)
pub trait AffineSpace<S: Field> {
type Point: Point<Self::Vector>;
type Vector: VectorSpace<S> + GroupAction<Self::Point>;
}Space of Point and Vector (translations)