Proyecto Final - Turinmachin
Recreación del minijuego de matemáticas de Brain-Age usando redes neuronales
Loading...
Searching...
No Matches
draw.cpp File Reference
#include "game/sdl/draw.h"
#include <SDL3/SDL_pixels.h>
#include <SDL3/SDL_render.h>
#include <array>
#include <cmath>
#include <numbers>
#include <vector>
Include dependency graph for draw.cpp:

Namespaces

namespace  game
namespace  game::sdl

Functions

void game::sdl::draw_line (SDL_Renderer *renderer, float x1, float y1, float x2, float y2, float thickness, SDL_FColor color)
void game::sdl::draw_filled_circle (SDL_Renderer *renderer, float cx, float cy, float radius, SDL_FColor color, int segments=64)