Fireset
Loading...
Searching...
No Matches
FsCircle Struct Reference

Circle primitive. More...

#include <render.h>

Collaboration diagram for FsCircle:

Public Attributes

FsVec2 position
FsVec2 size
FsColor color
float angle
int segments

Detailed Description

Circle primitive.

Represents a circle used for rendering and transformations.

Member Data Documentation

◆ angle

float FsCircle::angle

Rotation angle

◆ color

FsColor FsCircle::color

Color

◆ position

FsVec2 FsCircle::position

Position in window space

◆ segments

int FsCircle::segments

Number of segments used to approximate the circle

◆ size

FsVec2 FsCircle::size

Size in window space


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