UnitRectangular Constructor |
Name | Description | |
---|---|---|
![]() | UnitRectangular(Double) |
Initializes a set of UnitRectangular coordinates from the provided polar coordinates.
|
![]() | UnitRectangular(Double[]) |
Initializes a set of UnitRectangular coordinates from the first 2 consecutive elements in the provided array.
|
![]() | UnitRectangular(Rectangular) |
Initializes a set of UnitRectangular coordinates from the provided set of Rectangular coordinates.
|
![]() | UnitRectangular(Double, Double) |
Initializes a set of UnitRectangular coordinates from the provided values.
|
![]() | UnitRectangular(Double[], Int32) |
Initializes a set of UnitRectangular coordinates from 2 consecutive elements in the provided array.
|
![]() | UnitRectangular(Double, Double, Double) |
Initializes a set of UnitRectangular coordinates from the provided values.
|