[][src]Trait nalgebra_glm::Dimension

pub trait Dimension: DimName + DimMin<Self, Output = Self> { }

A type-level number representing a vector, matrix row, or matrix column, dimension.

Implementors

impl<D: DimName + DimMin<D, Output = Self>> Dimension for D[src]

Loading content...