Kohi Game Engine
circle_2d Struct Reference

Represents a two-dimensional circle in space. More...

#include <geometry_2d.h>

Data Fields

vec2 center
 The center point of the circle. More...
 
f32 radius
 The radius of the circle. More...
 

Detailed Description

Represents a two-dimensional circle in space.

Field Documentation

◆ center

vec2 center

The center point of the circle.

◆ radius

f32 radius

The radius of the circle.


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