dotProduct

public static double dotProduct(Vector one, Vector two)

This computes the dot product of the two Vectors.

Return

returns the dot product of the two Vectors.

Parameters

one

the first Vector.

two

the second Vector.