UtilNumericsDegreesToPoint Method
Calculates a point that is at an angle from 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 PointF DegreesToPoint(
float degrees,
float radius,
Point origin
)
Public Shared Function DegreesToPoint (
degrees As Single,
radius As Single,
origin As Point
) As PointF
Dim degrees As Single
Dim radius As Single
Dim origin As Point
Dim returnValue As PointF
returnValue = UtilNumerics.DegreesToPoint(degrees,
radius, origin)
public:
static PointF DegreesToPoint(
float degrees,
float radius,
Point origin
)
static member DegreesToPoint :
degrees : float32 *
radius : float32 *
origin : Point -> PointF
No code example is currently available or this language may not be supported.
- degrees Single
-
The degrees.
- radius Single
-
The radius.
- origin Point
-
The origin point.
PointF
The resulting point.