MathUtilitiesGetEllipsePoint Method

Calculates the point of an angle on an ellipse.

Definition

Namespace: Avalonia.Utilities
Assembly: Avalonia.Base (in Avalonia.Base.dll) Version: 11.3.999
public static Point GetEllipsePoint(
	Point centre,
	double radiusX,
	double radiusY,
	double angle
)

Parameters

centre  Point
The centre point of the ellipse.
radiusX  Double
The x radius of the ellipse.
radiusY  Double
The y radius of the ellipse.
angle  Double
The angle in radians.

Return Value

Point
A point on the ellipse.

See Also