Click or drag to resize

UnitCartesian Constructor

Overload List
  NameDescription
Public methodUnitCartesian(Cartesian)
Initializes a set of UnitCartesian coordinates from the provided set of Cartesian coordinates.
Public methodUnitCartesian(Double)
Initializes a set of UnitCartesian coordinates from the first 3 consecutive elements in the provided array.
Public methodUnitCartesian(UnitRectangular)
Initializes a set of UnitCartesian coordinates from the provided set of UnitRectangular coordinates.
Public methodUnitCartesian(UnitSpherical)
Initializes a set of UnitCartesian coordinates from the provided set of UnitSpherical coordinates.
Public methodUnitCartesian(Cartesian, Double)
Initializes a set of UnitCartesian coordinates from the provided set of Cartesian coordinates.
Public methodUnitCartesian(Double, Double)
Initializes a set of UnitCartesian coordinates from the provided spherical coordinates.
Public methodUnitCartesian(Double, Int32)
Initializes a set of UnitCartesian coordinates from 3 consecutive elements in the provided array.
Public methodUnitCartesian(Double, Double, Double)
Initializes a set of UnitCartesian coordinates from the provided values.
Public methodUnitCartesian(Double, Double, Double, Double)
Initializes a set of UnitCartesian coordinates from the provided values.
Top
See Also