Add similarity and experimental drawBranch

This commit is contained in:
2026-02-03 15:37:49 +01:00
parent 0dedb2d6b9
commit d7ea0b99ac
9 changed files with 311 additions and 98 deletions

View File

@@ -11,10 +11,11 @@ enum DrawingStage
drawTree,
drawBig,
calSim,
save,
done,
};
constexpr int numberOfFunc = 2;
constexpr int numberOfFunc = 6;
class Vapp
{
@@ -52,4 +53,5 @@ private:
std::vector<std::array<float, numberOfFunc>> similTable;
void setUpTable();
void drawToFile();
};