KiCad PCB EDA Suite
Loading...
Searching...
No Matches
SHAPE_ELLIPSE::CONIC Struct Reference

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...

Public Attributes

double Axx
 
double Axy
 
double Ayy
 
double Bx
 
double By
 
double C
 

Detailed Description

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

Every curve this one can meet takes this form.

Definition at line 148 of file shape_ellipse.h.

Member Data Documentation

◆ Axx

double SHAPE_ELLIPSE::CONIC::Axx

◆ Axy

double SHAPE_ELLIPSE::CONIC::Axy

◆ Ayy

double SHAPE_ELLIPSE::CONIC::Ayy

◆ Bx

double SHAPE_ELLIPSE::CONIC::Bx

◆ By

double SHAPE_ELLIPSE::CONIC::By

◆ C

double SHAPE_ELLIPSE::CONIC::C

The documentation for this struct was generated from the following file: