UnitRectangular Constructor (Double, Double, 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 UnitRectangular(
double x,
double y,
out double magnitude
)
Public Sub New (
x As Double,
y As Double,
<OutAttribute> ByRef magnitude As Double
)
public:
UnitRectangular(
double x,
double y,
[OutAttribute] double% magnitude
)
new :
x : float *
y : float *
magnitude : float byref -> UnitRectangular
Parameters
- x
- Type: SystemDouble
The linear coordinate along the positive x-axis. - y
- Type: SystemDouble
The linear coordinate along the positive y-axis. - magnitude
- Type: SystemDouble
On return,
the magnitude of the original set of coordinates.
Exceptions See Also