Compute coor1 - coor2

Namespace: Emgu.CV.Geodetic
Assembly: Emgu.CV (in Emgu.CV.dll) Version: 2.2.1.1150 (2.2.1.1150)

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
coor2
GeodeticCoordinate
The coordinate to be subtracted

Return Value

coor1 - coor2

See Also