ToyGine2 26.2.0
Game Engine for retro consoles
Loading...
Searching...
No Matches
geometry.hpp File Reference

Umbrella header for the geometry module. More...

#include "math.hpp"
#include "geometry/circle.hpp"
#include "geometry/ellipse.hpp"
#include "geometry/section.hpp"
#include "geometry/circle.inl"
#include "geometry/ellipse.inl"
#include "geometry/section.inl"
Include dependency graph for geometry.hpp:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Namespaces

namespace  toy::geometry
 Geometry types and utilities: sections (intervals), circles, ellipses, and related APIs.

Detailed Description

Umbrella header for the geometry module.

Defines toy::geometry::Section, toy::geometry::Circle, toy::geometry::Ellipse, and related types.

Depends on toy::math.

Note
Include this header only; do not include internal headers directly.