Cub3D
 
Loading...
Searching...
No Matches
s_circle Struct Reference

Structure used to store circle informations. More...

#include <ft_draw.h>

Data Fields

int x
 
int y
 
int radius
 
int color
 

Detailed Description

Structure used to store circle informations.

Field Documentation

◆ color

int s_circle::color

◆ radius

int s_circle::radius

◆ x

int s_circle::x

◆ y

int s_circle::y

The documentation for this struct was generated from the following file: