CvPoint3D64f Operators and Type Conversions OpenCvSharp Class Library

The CvPoint3D64f type exposes the following members.

Operators

  NameDescription
Public operatorStatic memberAddition
Shifts point by a certain offset
Public operatorStatic memberEquality
Compares two CvPoint3D64f objects. The result specifies whether the values of the X, Y and Z properties of the two CvPoint3D64f objects are equal.
Public operatorStatic member(CvPoint3D32f to CvPoint3D64f)
Creates a CvPoint3D64f with the coordinates of the specified CvPoint3D32f.
Public operatorStatic member(CvPoint3D64f to CvPoint3D32f)
Creates a CvPoint3D32f with the coordinates of the specified CvPoint3D64f.
Public operatorStatic memberInequality
Compares two CvPoint3D64f objects. The result specifies whether the values of the X, Y or Z properties of the two CvPoint3D64f objects are unequal.
Public operatorStatic memberMultiply
Shifts point by a certain offset
Public operatorStatic memberSubtraction
Shifts point by a certain offset
Public operatorStatic memberUnaryNegation
Unary minus operator
Public operatorStatic memberUnaryPlus
Unary plus operator
Top
See Also

Reference