GeodeticCoordinateAddition Operator |
http://www.emgu.com
Compute the sum of two GeodeticCoordinates
Namespace:
Emgu.CV.Geodetic
Assembly:
Emgu.CV.Platform.NetStandard (in Emgu.CV.Platform.NetStandard.dll) Version: 4.4.0.4061
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