[This is preliminary documentation and is subject to change.]
The PolarPoint type exposes the following members.Constructors
| Name | Description | |
|---|---|---|
| PolarPoint(Double, Double) |
Initializes polar coordinates
| |
| PolarPoint(Point, Point) |
Initializes polar coordinates from 2-d cartesian coordinates
| |
| PolarPoint(Int32, Int32, Int32, Int32) |
Initializes polar coordinates from 2-d cartesian coordinates of 'x1, y1, x2, y2' format
|
Methods
| Name | Description | |
|---|---|---|
| Equals | (Overrides | |
Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Inherited from | ||
| GetHashCode | (Overrides | |
Gets the (Inherited from | ||
Creates a shallow copy of the current (Inherited from | ||
| ToString | (Overrides |
Operators
| Name | Description | |
|---|---|---|
| Equality | ||
| Inequality |
Extension Methods
Properties
| Name | Description | |
|---|---|---|
| Point |
Returns polar coordinate converted to 2-d cartesian coordinates.
Coordinates are relative to 0,0 of the angle base vertex
| |
| R |
R coordinate component which is coordinate distance from point of coordinates origin
| |
| Theta |
Angular azimuth coordinate component. An angle must be between 0 and 2Pi.
Note: Due to screen Y coordinate going from top to bottom (in usual orientation)
Theta angle may be reversed, that is - be positive in the lower half coordinate plane.
Please refer to:
http://en.wikipedia.org/wiki/Polar_coordinates
|
See Also