Search
Geometry.PolarToCartesianRad Method
See Also
 






Converts the specified point from polar to cartesian coordinates.

Namespace: MindFusion
Assembly: MindFusion.Common

 Syntax

C#  Copy Code

public static Point PolarToCartesianRad (
    Point center,
    Point polar
)

Visual Basic  Copy Code

Public Shared Function PolarToCartesianRad( _
    center As Point, _
    polar As Point _
) As Point

 Parameters

center

polar

 Return Value

 See Also