MathUtilitiesGetEllipsePoint Method
Calculates the point of an angle on an ellipse.
Namespace: Avalonia.UtilitiesAssembly: Avalonia.Base (in Avalonia.Base.dll) Version: 11.3.999
public static Point GetEllipsePoint(
Point centre,
double radiusX,
double radiusY,
double angle
)
Public Shared Function GetEllipsePoint (
centre As Point,
radiusX As Double,
radiusY As Double,
angle As Double
) As Point
static member GetEllipsePoint :
centre : Point *
radiusX : float *
radiusY : float *
angle : float -> Point
- 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.
PointA point on the ellipse.