Created
February 16, 2020 23:35
-
-
Save bleroy/e08694e5f9bd94db9219acdc76f31561 to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
(double x, double y) = GetMiddlePoint(point1, point2); | |
// Proceed to using the x and y coordinates of the center |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment