Click or drag to resize

Polar Constructor

Overload List
  NameDescription
Public methodPolar(Double)
Initializes a set of Polar coordinates from the first 2 consecutive elements in the provided array.
Public methodPolar(Rectangular)
Initializes a set of Polar coordinates from the provided set of Rectangular coordinates.
Public methodPolar(Double, Double)
Initializes a set of Polar coordinates from the provided values.
Public methodPolar(Double, Int32)
Initializes a set of Polar coordinates from 2 consecutive elements in the provided array.
Top
See Also