Point.FromPolar Method
Creates a new instance of the Point class with coordinates calculated from the specified polar coordinates.
FromPolar(System.Double angle, System.Double pitch)
Creates a new instance of the Point class with coordinates calculated from the specified polar coordinates.Syntax
public static Point FromPolar (
System.Double angle,
System.Double pitch
)
Parameters
The angle, in radians, around the z-axis.
The pitch, in radians, relative the x-y-plane.
Return Value
A point where the x, y and z-coordinates represent the specified angle and pitch.
Remarks
The angle is specified counter-clockwise around the z-axis starting from the positive x-axis. The pitch is equal to 0 in the x-y-plane and has a value of pi/2 in the direction of the positive z-axis.
Platforms
Windows, Linux, Android