UnitCartesian Constructor (Cartesian, Double) |
Namespace:
AGI.Foundation.Coordinates
Assembly:
AGI.Foundation.Core (in AGI.Foundation.Core.dll) Version: 25.1.421.0 (25.1.421.0)
Syntaxpublic UnitCartesian(
Cartesian coordinates,
out double magnitude
)
Public Sub New (
coordinates As Cartesian,
<OutAttribute> ByRef magnitude As Double
)
public:
UnitCartesian(
Cartesian coordinates,
[OutAttribute] double% magnitude
)
new :
coordinates : Cartesian *
magnitude : float byref -> UnitCartesian
Parameters
- coordinates
- Type: AGI.Foundation.Coordinates.Cartesian
The set of Cartesian coordinates. - magnitude
- Type: System.Double
On return,
the magnitude of the original set of coordinates.
Exceptions
See Also