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