Compute the sum of two GeodeticCoordinates
Namespace: Emgu.CV.GeodeticAssembly: Emgu.CV (in Emgu.CV.dll) Version: 2.2.0.1010 (2.2.0.1010)
Syntax
C# | Visual Basic | Visual C++ |
public static GeodeticCoordinate operator +( GeodeticCoordinate coor1, GeodeticCoordinate coor2 )
Public Shared Operator + ( _ coor1 As GeodeticCoordinate, _ coor2 As GeodeticCoordinate _ ) As GeodeticCoordinate
public: static GeodeticCoordinate operator +( GeodeticCoordinate coor1, GeodeticCoordinate coor2 )
Parameters
- coor1
- GeodeticCoordinate
The first coordinate to be added
- coor2
- GeodeticCoordinate
The second coordinate to be added