GeodeticCoordinateSubtraction Operator |
http://www.emgu.com
Compute coor1 - coor2
Namespace:
Emgu.CV.Geodetic
Assembly:
Emgu.CV.Platform.NetStandard (in Emgu.CV.Platform.NetStandard.dll) Version: 4.3.0.3890
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 - coor2
- Type: Emgu.CV.GeodeticGeodeticCoordinate
The coordinate to be subtracted
Return Value
Type:
GeodeticCoordinatecoor1 -
coor2
See Also