decomposition

This commit is contained in:
Stanislav N Mikhailov
2025-01-02 00:12:20 +03:00
parent d556f818a5
commit e89eb58de4
14 changed files with 53 additions and 53 deletions
+1 -2
View File
@@ -1,9 +1,8 @@
#include <stdint.h>
#include <stddef.h>
#include <stdbool.h>
#include <math.h>
#include "Thread.h"
void set_pixel(uint16_t x, uint16_t y, uint16_t color);
float bernstein(int i, int n, float t);
void draw_bezier(const int *points_x, const int *points_y, size_t num_points, uint16_t color);