Click or drag to resize

VectorDot Method

Produce the vector dot product between this vector and another one.

Namespace:  AGI.Foundation.Geometry
Assembly:  AGI.Foundation.Core (in AGI.Foundation.Core.dll) Version: 24.1.418.0 (24.1.418.0)
Syntax
public Scalar Dot(
	Vector vector
)

Parameters

vector
Type: AGI.Foundation.GeometryVector
The vector to dot with this one.

Return Value

Type: Scalar
The vector dot product between the two vectors.
See Also