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

pub trait DimName: Dim {
    const USIZE: usize;

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

Trait implemented exclusively by type-level integers.

Associated Constants

Loading content...

Required methods

fn name() -> Self[src]

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

fn dim() -> usize[src]

The value of this dimension.

Loading content...

Implementors

impl<const T: usize> DimName for Const<T>[src]

Loading content...