public static Coordinate2D Midpoint( Coordinate2D coord1, Coordinate2D coord2 )
Public Shared Function Midpoint( _ ByVal coord1 As Coordinate2D, _ ByVal coord2 As Coordinate2D _ ) As Coordinate2D
Parameters
- coord1
- The first coordinate
- coord2
- The second coordinate
Return Value
The midpoint of the segment connecting coord1 and coord2.