Subtract one point from the other

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

Syntax

         
 C#  Visual Basic  Visual C++ 
public static MCvPoint3D32f operator -(
	MCvPoint3D32f p1,
	MCvPoint3D32f p2
)
Public Shared Operator - ( _
	p1 As MCvPoint3D32f, _
	p2 As MCvPoint3D32f _
) As MCvPoint3D32f
public:
static MCvPoint3D32f operator -(
	MCvPoint3D32f p1, 
	MCvPoint3D32f p2
)

Parameters

p1
MCvPoint3D32f
The point to subtract from
p2
MCvPoint3D32f
The value to be subtracted

Return Value

The subtraction of one point from the other

See Also