Click or drag to resize

MCvPoint3D64f Operators

http://www.emgu.com

The MCvPoint3D64f type exposes the following members.

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