UtilNumericsDegreesToPoint Method

Calculates a point that is at an angle from the origin point (0 is to the right)

Definition

Namespace: DevCase.Core.Math.Common
Assembly: DevCase.net48 (in DevCase.net48.dll) Version: 6.0.0.0 (6.0)
XMLNS for XAML: Not mapped to an xmlns.
public static PointF DegreesToPoint(
	float degrees,
	float radius,
	Point origin
)

Parameters

degrees  Single
The degrees.
radius  Single
The radius.
origin  Point
The origin point.

Return Value

PointF
The resulting point.

Remarks

See Also