UtilNumericsPointToDegrees Method

Calculates the angle at which the specified point is to 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 float PointToDegrees(
	Point pt,
	Point origin
)

Parameters

pt  Point
The point.
origin  Point
The origin point.

Return Value

Single
The resulting degrees.

Remarks

See Also