55 TransformFloatImplPtr tx = TransformFloatImplPtr::New();
78 out.
x =
m[0][0] *
xy.x +
m[0][1] *
xy.y +
m[0][2];
79 out.
y =
m[1][0] *
xy.x +
m[1][1] *
xy.y +
m[1][2];
unsigned int xy(unsigned int x, unsigned int y)
Defines fractional types used for lib8tion functions.
Implements a simple red square effect for 2D LED grids.
#define FASTLED_SMART_PTR(type)
vec2< float > transform(const vec2< float > &xy) const
static Matrix3x3f Identity()