Class PolarCoordinates
Inherited Members
Namespace: TowseyLibrary
Assembly: TowseyLibrary.dll
Syntax
public static class PolarCoordinates
Methods
| Improve this Doc View SourceGetPolarCoordinates(Int32, Int32, Double, Int32)
Declaration
public static double[] GetPolarCoordinates(int Ox, int Oy, double theta, int distance)
Parameters
Type | Name | Description |
---|---|---|
Int32 | Ox | X coordinate of origin. |
Int32 | Oy | Y coordinate of origin. |
Double | theta | the angle in radians. |
Int32 | distance | the distance as integer. |
Returns
Type | Description |
---|---|
Double[] |