Trait truck_modeling::base::TangentSpace[][src]

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

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

Associated Types

The Euclidean space whose tangent space is Self.

Implementations on Foreign Types

Implementors