Click or drag to resize

CMATHNormalise3D Method

Scale a vector to unit length.

Namespace:  GeoEngine.Core.GXNet
Assembly:  geoengine.core.gxnet (in geoengine.core.gxnet.dll) Version: 2024.2.0.25
Syntax
public static void Normalise3D(
	ref double x,
	ref double y,
	ref double z
)

public static void Normalise3D(
	ref double x,
	ref double y,
	ref double z
)

Parameters

x
Type: SystemDouble
X component (altered)
y
Type: SystemDouble
Y component (altered)
z
Type: SystemDouble
Z component (altered)
Remarks
Divides each component by the vector magnitude.
See Also