Name | Description | |
---|---|---|
![]() | Area | Gets the ellipse area (PI * a * b) |
![]() | Bounds | Gets the minimal enclosing rectangle of this ellipse. |
![]() | BoundsRange | Gets the range of this ellipse bounds. |
![]() | Center | Gets or sets the ellipse center point |
![]() | Eccentricity | Gets the eccentricity of the ellipse (the position of the focus as a fraction of the semimajor axis - computed as c / a) |
![]() | Focus1 | Gets the first focus of the ellipse |
![]() | Focus2 | Gets the second focus of the ellipse |
![]() | FocusDistance | Gets the distance of the focuses from the ellipse center (also known as c parameter) |
![]() | InscribedCircle | Gets the circle, which can be insribed in the ellipse |
![]() | InscribedCircleTransform | Obtains a transformation, which transforms the ellipse curve to the curve of the inscribed circle |
![]() | IsEmpty | Determines whether the ellipse is with zero a or b |
![]() | IsNormalized | Determines whether the ellipse is normalized (a >= b) |
![]() | Ratio | Gets the ratio between the major and minor ellipse axes - computed as a / b |