Click or drag to resize

CMATHrDotProduct3D Method

Compute Dot product of two vectors.

Namespace:  GeoEngine.Core.GXNetX
Assembly:  geoengine.core.gxnetx (in geoengine.core.gxnetx.dll) Version: 2024.2.0.25
Syntax
public static double rDotProduct3D(
	CGXNETCore gxNetShared,
	double x1,
	double y1,
	double z1,
	double x2,
	double y2,
	double z2
)

public static double rDotProduct3D(
	CGXNETCore gxNetShared,
	double x1,
	double y1,
	double z1,
	double x2,
	double y2,
	double z2
)

Parameters

gxNetShared
Type: GeoEngine.Core.GXNetXCGXNETCore
A shared CGXNETCore
x1
Type: SystemDouble
X1 component
y1
Type: SystemDouble
Y1 component
z1
Type: SystemDouble
Z1 component
x2
Type: SystemDouble
X2 component
y2
Type: SystemDouble
Y2 component
z2
Type: SystemDouble
Z2 component

Return Value

Type: Double
Dot product
See Also