Click or drag to resize

Vector3DotProduct Method

Compute dot product.

Namespace:  Karamba.Geometry
Assembly:  KarambaCommon (in KarambaCommon.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
public static double DotProduct(
	Vector3 a,
	Vector3 b
)

Parameters

a
Type: Karamba.GeometryVector3
First vector.
b
Type: Karamba.GeometryVector3
Second vector.

Return Value

Type: Double
Dot product.
See Also