Click or drag to resize

CVVAmplitude3D Method

Calculate the 3D length for XYZ component VVs

Namespace:  GeoEngine.Core.GXNet
Assembly:  geoengine.core.gxnet (in geoengine.core.gxnet.dll) Version: 2024.2.0.25
Syntax
public void Amplitude3D(
	CVV v_vx,
	CVV v_vy,
	CVV v_vz
)

public void Amplitude3D(
	CVV v_vx,
	CVV v_vy,
	CVV v_vz
)

Parameters

v_vx
Type: GeoEngine.Core.GXNetCVV
X component VV
v_vy
Type: GeoEngine.Core.GXNetCVV
Y component VV
v_vz
Type: GeoEngine.Core.GXNetCVV
Z component VV
See Also