Converts Cartesian coordinates to the corresponding polar coordinates, using the specified point as a center of the coordinate system.
Namespace: MindFusion.Geometry2D
Assembly: MindFusion.Diagramming.Silverlight
C#
![]() |
---|
public static void CartesianToPolar ( |
Visual Basic
![]() |
---|
Public Shared Sub CartesianToPolar( _ |
A Point specifying the center of the Cartesian coordinate system.
A Point specifying the Cartesian point to transform.
Receives the angle of the specified point, in the polar coordinate space.
Receives the radius of the specified point, in the polar coordinate space.