FastLED 3.9.15
|
Definition at line 57 of file transform.h.
#include <transform.h>
Public Member Functions | |
TransformFloatImpl ()=default | |
virtual | ~TransformFloatImpl ()=default |
bool | is_identity () const |
float | scale () const |
void | set_scale (float scale) |
vec2f | transform (const vec2f &xy) const |
Static Public Member Functions | |
static TransformFloatImplPtr | Identity () |
Public Attributes | |
float | offset_x = 0.0f |
float | offset_y = 0.0f |
float | rotation = 0.0f |
float | scale_x = 1.0f |
float | scale_y = 1.0f |