UnitCartesian Constructor (Cartesian) |
Namespace:
AGI.Foundation.Coordinates
Assembly:
AGI.Foundation.Core (in AGI.Foundation.Core.dll) Version: 25.2.423.0 (25.2.423.0)
Syntaxpublic UnitCartesian(
Cartesian coordinates
)
Public Sub New (
coordinates As Cartesian
)
public:
UnitCartesian(
Cartesian coordinates
)
new :
coordinates : Cartesian -> UnitCartesianParameters
- coordinates
- Type: AGI.Foundation.CoordinatesCartesian
The set of Cartesian 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