UnitCartesian Constructor (Cartesian, Double) |
Namespace:
AGI.Foundation.Coordinates
Assembly:
AGI.Foundation.Core (in AGI.Foundation.Core.dll) Version: 24.2.419.0 (24.2.419.0)
Syntax public 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.CoordinatesCartesian
The set of Cartesian coordinates. - magnitude
- Type: SystemDouble
On return,
the magnitude of the original set of coordinates.
Exceptions See Also