template<typename T>
class fl::MatrixSlice< T >
Definition at line 145 of file slice.h.
|
| MatrixSlice ()=default |
|
| MatrixSlice (const MatrixSlice &other)=default |
|
| MatrixSlice (T *data, int32_t dataWidth, int32_t dataHeight, int32_t bottomLeftX, int32_t bottomLeftY, int32_t topRightX, int32_t topRightY) |
|
T & | at (int32_t x, int32_t y) |
|
const T & | at (int32_t x, int32_t y) const |
|
vec2< int32_t > | getLocalCoord (int32_t x_world, int32_t y_world) const |
|
vec2< int32_t > | getParentCoord (int32_t x_local, int32_t y_local) const |
|
T & | operator() (int32_t x, int32_t y) |
|
MatrixSlice & | operator= (const MatrixSlice &other)=default |
|
T * | operator[] (int32_t row) |
|