![]() |
ToyGine2 26.2.0
Game Engine for retro consoles
|
Inline implementations for toy::geometry::Ellipse. More...
Go to the source code of this file.
Namespaces | |
| namespace | toy |
| Root namespace containing all engine modules. | |
| namespace | toy::geometry |
| Geometry types and utilities: sections (intervals), circles, ellipses, and related APIs. | |
Functions | |
| template<EllipseComponent T> | |
| constexpr bool | toy::geometry::operator== (const Ellipse< T > &left, const Ellipse< T > &right) noexcept |
| Equality of two ellipses: same center and radiuses (tolerance-based for float, exact for fixed-point). | |
| template<EllipseComponent T> | |
| constexpr bool | toy::geometry::operator!= (const Ellipse< T > &left, const Ellipse< T > &right) noexcept |
| Inequality of two ellipses. | |
Inline implementations for toy::geometry::Ellipse.