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 (in Emgu.CV.dll) Version: 3.0.0.2161 (3.0.0.2161)
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