Trait nalgebra::base::dimension::DimName[][src]

pub trait DimName: Dim {
    const USIZE: usize;

    fn name() -> Self;
fn dim() -> usize; }
Expand description

Trait implemented exclusively by type-level integers.

Associated Constants

Required methods

The name of this dimension, i.e., the singleton Self.

The value of this dimension.

Implementors