rinia 0.0.14

Stable numeric foundations for graphics, animation, and simulation.
Documentation
1
2
3
4
5
/// The identity element for an operation.
pub trait Identity {
    /// The identity constant for the type.
    const IDENTITY: Self;
}