Use angle from dna

This commit is contained in:
2025-01-02 18:24:13 +01:00
parent 7f2265ca12
commit f60701c9e3
3 changed files with 18 additions and 1 deletions

View File

@@ -40,4 +40,5 @@ private:
inline int get_start_size(DrawArgs &arg);
inline int get_end_size(DrawArgs &arg, int start);
inline float get_lenght(DrawArgs &arg);
inline float get_angle_var(DrawArgs &arg);
};

View File

@@ -7,6 +7,8 @@
#include <raylib.h>
#define MAX_DEPTH 8
#define MAX_POSIBLE_DEPTH 11
static_assert(MAX_DEPTH <= MAX_POSIBLE_DEPTH);
struct uint128
{