FastLED 3.9.15
Loading...
Searching...
No Matches

◆ m

float fl::Matrix3x3f::m[3][3]
Initial value:
= {
{1.0f, 0.0f, 0.0f},
{0.0f, 1.0f, 0.0f},
{0.0f, 0.0f, 1.0f},
}

Definition at line 95 of file transform.h.

95 {
96 {1.0f, 0.0f, 0.0f},
97 {0.0f, 1.0f, 0.0f},
98 {0.0f, 0.0f, 1.0f},
99 };

Referenced by FL_DISABLE_WARNING(), Identity(), and transform().