pub type ViewMatrix3D<'a, T> = Matrix<ViewMem<'a, T>, Dim3>;

Aliased Type§

struct ViewMatrix3D<'a, T> { /* private fields */ }