MatrixColumnsSlider

Struct that represent flat matrix. Useful for sliding windows.

Constructors

this
this(size_t maxHeight, size_t maxWidth, size_t height)
Undocumented in source.

Members

Functions

bringToFront
void bringToFront()
Undocumented in source. Be warned that the author may not have intended to support it.
popFront
void popFront()
Undocumented in source. Be warned that the author may not have intended to support it.
popFrontN
void popFrontN(size_t n)
Undocumented in source.
putBack
void putBack()
Undocumented in source. Be warned that the author may not have intended to support it.
putBackN
void putBackN(size_t n)
Undocumented in source.
reset
void reset()
Undocumented in source. Be warned that the author may not have intended to support it.

Variables

_matrix
Matrix!F _matrix;
Undocumented in source.
matrix
Matrix!F matrix;
Undocumented in source.

Meta