GeodeticCoordinateAddition Operator |
http://www.emgu.com
Compute the sum of two GeodeticCoordinates
Namespace:
Emgu.CV.Geodetic
Assembly:
Emgu.CV.World (in Emgu.CV.World.dll) Version: 4.1.0.3408 (4.1.0.3408)
Syntaxpublic 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
)
static let inline (+)
coor1 : GeodeticCoordinate *
coor2 : GeodeticCoordinate : GeodeticCoordinate
Parameters
- coor1
- Type: Emgu.CV.GeodeticGeodeticCoordinate
The first coordinate to be added - coor2
- Type: Emgu.CV.GeodeticGeodeticCoordinate
The second coordinate to be added
Return Value
Type:
GeodeticCoordinateThe sum of two GeodeticCoordinates
See Also