Click or drag to resize

ScalarDotProduct Constructor (Vector, Vector)

Constructs the dot product from two existing vectors.

Namespace:  AGI.Foundation.Geometry
Assembly:  AGI.Foundation.Core (in AGI.Foundation.Core.dll) Version: 24.1.418.0 (24.1.418.0)
Syntax
public ScalarDotProduct(
	Vector one,
	Vector two
)

Parameters

one
Type: AGI.Foundation.GeometryVector
First vector.
two
Type: AGI.Foundation.GeometryVector
Second vector.
See Also