UtilNumericsPointToDegrees Method
Calculates the angle at which the specified point is to the origin point (0 is to the right).
Namespace: DevCase.Core.Math.CommonAssembly: 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
)
Public Shared Function PointToDegrees (
pt As Point,
origin As Point
) As Single
Dim pt As Point
Dim origin As Point
Dim returnValue As Single
returnValue = UtilNumerics.PointToDegrees(pt,
origin)
public:
static float PointToDegrees(
Point pt,
Point origin
)
static member PointToDegrees :
pt : Point *
origin : Point -> float32
No code example is currently available or this language may not be supported.
- pt Point
-
The point.
- origin Point
-
The origin point.
Single
The resulting degrees.