UnitRectangular Constructor (Rectangular) |
Namespace:
AGI.Foundation.Coordinates
Assembly:
AGI.Foundation.Core (in AGI.Foundation.Core.dll) Version: 25.2.423.0 (25.2.423.0)
Syntaxpublic UnitRectangular(
Rectangular coordinates
)
Public Sub New (
coordinates As Rectangular
)
public:
UnitRectangular(
Rectangular coordinates
)
new :
coordinates : Rectangular -> UnitRectangularParameters
- coordinates
- Type: AGI.Foundation.CoordinatesRectangular
The set of Rectangular coordinates.
Exceptions| Exception | Condition |
|---|
| DivideByZeroException |
The magnitude of the provided coordinates must not be zero.
|
| NotFiniteNumberException |
The magnitude of the provided coordinates must not be infinite.
|
See Also