pub trait HasTangent {
type Tangent: VectorSpace;
}
Expand description
A type that has tangents.
Required Associated Types§
Sourcetype Tangent: VectorSpace
type Tangent: VectorSpace
The tangent type.
pub trait HasTangent {
type Tangent: VectorSpace;
}
A type that has tangents.
The tangent type.