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 82 of file transform.h.

82 {
83 {1.0f, 0.0f, 0.0f},
84 {0.0f, 1.0f, 0.0f},
85 {0.0f, 0.0f, 1.0f},
86 };

Referenced by fl::TransformFloat::compile(), Identity(), and transform().