Click or drag to resize

MCvPoint3D32f Operators and Type Conversions

http://www.emgu.com

The MCvPoint3D32f type exposes the following members.

Operators
  NameDescription
Public operatorStatic memberAddition
Compute the sum of two 3D points
Public operatorStatic member(MCvPoint3D32f to MCvPoint3D64f)
The implicit operator to convert MCvPoint3D32f to MCvPoint3D64f
Public operatorStatic memberMultiply(Single, MCvPoint3D32f)
Multiply the point with a scale
Public operatorStatic memberMultiply(MCvPoint3D32f, Single)
Multiply the point with a scale
Public operatorStatic memberSubtraction
Subtract one point from the other
Top
See Also