pub trait TangentSpace<S>: VectorSpace<Scalar = S>where
    S: BaseFloat,
{ type Space: EuclideanSpace<Scalar = S, Diff = Self>; }
Expand description

Tangent spaces of euclidean spaces The inverse of EuclideanSpace::Diff

Required Associated Types§

The Euclidean space whose tangent space is Self.

Implementors§