Search
Geometry.PolarToCartesian Method (Point, Double, Double, Point@)
See Also
 






Converts polar coordinates to the corresponding Cartesian coordinates, using the specified point as a center of the coordinate system.

Namespace: MindFusion
Assembly: MindFusion.Common

 Syntax

C#  Copy Code

public static void PolarToCartesian (
    Point coordCenter,
    double a,
    double r,
    ref Point point
)

Visual Basic  Copy Code

Public Shared Sub PolarToCartesian( _
    coordCenter As Point, _
    a As Double, _
    r As Double, _
    ByRef point As Point _
)

 Parameters

coordCenter

a

r

point

 See Also