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