Click or drag to resize
GeVectorDotProduct Method
Returns dot (inner) product of this vector and specified vector.

Namespace: FDF.Common.Geometries
Assembly: FDF.Common (in FDF.Common.dll) Version: 3.0.0.0
Syntax
public double DotProduct(
	GeVector other
)

Parameters

other
Type: FDF.Common.GeometriesGeVector
The vector to compute a dot product against.

Return Value

Type: Double
A vector result from the outer product.
Remarks