Search
Utilities.CartesianToPolar Method
See Also
 






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

Namespace: MindFusion
Assembly: MindFusion.Common

 Syntax

C#  Copy Code

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

Visual Basic  Copy Code

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

 Parameters

coordCenter

point

a

r

 See Also