KiCad PCB EDA Suite
Loading...
Searching...
No Matches
shape_ellipse.h File Reference
#include <core/mirror.h>
#include <geometry/shape.h>
#include <geometry/ellipse.h>
#include <geometry/eda_angle.h>
#include <math/box2.h>
#include <math/vector2d.h>

Go to the source code of this file.

Classes

class  SHAPE_ELLIPSE
 
struct  SHAPE_ELLIPSE::CONIC
 A conic curve Axx x^2 + Axy xy + Ayy y^2 + Bx x + By y + C = 0, written in this ellipse's local frame. More...