Click or drag to resize

MCvPoint3D32fAddition Operator

http://www.emgu.com
Compute the sum of two 3D points

Namespace:  Emgu.CV.Structure
Assembly:  Emgu.CV.World (in Emgu.CV.World.dll) Version: 4.1.1.3497 (4.1.1.3497)
Syntax
public static MCvPoint3D32f operator +(
	MCvPoint3D32f p1,
	MCvPoint3D32f p2
)

Parameters

p1
Type: Emgu.CV.StructureMCvPoint3D32f
The first point to be added
p2
Type: Emgu.CV.StructureMCvPoint3D32f
The second point to be added

Return Value

Type: MCvPoint3D32f
The sum of two points
See Also