Transforms the specified point from dekart coordinate system to polar coordinate system.
Namespace: MindFusion.Geometry.Geometry2D
Assembly: MindFusion.Common
C# Copy Code |
---|
public static void CartesianToPolar ( |
Visual Basic Copy Code |
---|
Public Shared Sub CartesianToPolar( _ |
A PointF specifying the center of the dekart coordinate system.
A PointF specifying the dekart point to transform.
Receives the angle of the specified point, in the polar coordinate space.