Private
_centerGets or sets the height of the ellipse.
Gets or sets the width of the ellipse.
Gets the area of the ellipse.
Gets the linear eccentricity of the ellipse.
Gets the perimeter of the ellipse.
Private
computeChecks if the given point is located inside the ellipse.
The reference point.
true if the point is inside the ellipse.
Checks if the current ellipse intersect with the given shape.
The reference shape.
true it the two shapes intersect, otherwise false.
Checks if the given point is on one edge of the ellipse.
The reference point.
A value used as a threshold / range to check if the point is on one edge.
Rotates the ellipse by the given angle in degree, around a point.
The rotation angle.
The origin from which the rotation is supposed to be done.
Translates the ellipse using the given vector for direction.
The vector defining the direction.
Static
getStatic
getGenerated using TypeDoc
Defines an ellipse in two-dimensional coordinates.
See
https://en.wikipedia.org/wiki/Ellipse