Struct BresenhamLine::Matrix

Nested Relationships

This struct is a nested type of Class BresenhamLine.

Struct Documentation

struct Matrix

Transform matrix to convert from normalized state cursor to the real world coordinates.

Public Functions

inline Point2 transform(const Point2 &cursor) const noexcept

Convert a state cursor vector to the a world vector.

Public Members

int ax
int ay
int_fast8_t xx
int_fast8_t xy
int_fast8_t yx
int_fast8_t yy