module ecs_utils.math.matrix;

struct mat3
{
    float[9] data;
}