ProjGeom 1.0.11
Loading...
Searching...
No Matches
Classes | Namespaces | Enumerations
conic.hpp File Reference

Conic sections in homogeneous coordinates. More...

#include <array>
#include <cstdint>
#include <optional>
#include <variant>
#include <vector>
#include "fractions.hpp"
#include "pg_object.hpp"
Include dependency graph for conic.hpp:

Go to the source code of this file.

Classes

class  fun::Conic
 A conic section represented by a symmetric 3x3 matrix. More...
 

Namespaces

namespace  fun
 

Enumerations

enum class  fun::ConicType { fun::Ellipse , fun::Parabola , fun::Hyperbola }
 Enumeration of conic types based on the discriminant. More...
 

Detailed Description

Conic sections in homogeneous coordinates.