GeodeticCoordinateSubtraction Operator |
http://www.emgu.com
Compute coor1 - coor2
Namespace:
Emgu.CV.Geodetic
Assembly:
Emgu.CV.World.NetStandard (in Emgu.CV.World.NetStandard.dll) Version: 1.0.0
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