public double DotProduct( Coordinate2D other )
Public Function DotProduct( _ ByVal other As Coordinate2D _ ) As Double
Parameters
- other
- The input Coordinate2D to use in the dot product.
Return Value
A double representing the dot product of this Coordinate2D and the input Coordinate2D.
The dot product is the sum of multiplying corresponding components of each Coordinate2D.