Kohi Game Engine
|
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... | |
Represents a two-dimensional circle in space.
vec2 center |
The center point of the circle.
f32 radius |
The radius of the circle.