Click or drag to resize
MCvPoint2D64f Operators
http://www.emgu.com

The MCvPoint2D64f type exposes the following members.

Operators
  NameDescription
Public operatorStatic memberAddition
Compute the sum of two 3D points
Public operatorStatic memberMultiply(Double, MCvPoint2D64f)
Multiply the point with a scale
Public operatorStatic memberMultiply(MCvPoint2D64f, Double)
Multiply the point with a scale
Public operatorStatic memberSubtraction
Subtract p2 from p1
Top
See Also