Trait heron::rapier_plugin::rapier2d::prelude::nalgebra::base::indexing::MatrixIndex[][src]

pub trait MatrixIndex<'a, T, R, C, S> where
    R: Dim,
    C: Dim,
    S: RawStorage<T, R, C>, 
{ type Output: 'a; }
Expand description

A helper trait used for indexing operations.

Associated Types

The output type returned by methods.

Implementations on Foreign Types

Implementors