Elipse

2D Elipse x0,y0 is the center of the elipse x1,y1 is the radius at 0 degrees x2,y2 is the radius at 90 degrees

if you have a circle of radius 1 at the origin, then imagine it transformed so that.. (0,0)-->(x0,y0) (1,0)-->(x1,y1) (0,1)-->(x2,y2)

Constructors

this
this(Scalar x0, Scalar y0, Scalar x1, Scalar y1, Scalar x2, Scalar y2)

Undocumented in source.

Members

Variables

x0
Scalar x0;

Undocumented in source.

x1
Scalar x1;

Undocumented in source.

x2
Scalar x2;

Undocumented in source.

y0
Scalar y0;

Undocumented in source.

y1
Scalar y1;

Undocumented in source.

y2
Scalar y2;

Undocumented in source.

Meta