VectorD4DCreateNormalized(Double, Double, Double, Double) Method |
Creates a normalized vector from the given x, y, z, and w components.
Namespace: Altaxo.GeometryAssembly: AltaxoCore (in AltaxoCore.dll) Version: 4.8.3572.0 (4.8.3572.0)
Syntaxpublic static VectorD4D CreateNormalized(
double x,
double y,
double z,
double w
)
Parameters
- x Double
- The x component.
- y Double
- The y component.
- z Double
- The z component.
- w Double
- The w component.
Return Value
VectorD4DThe normalized vector.
See Also