Point3d Operators and Type Conversions OpenCvSharp Class Library

The Point3d type exposes the following members.

Operators

  NameDescription
Public operatorStatic memberAddition
Shifts point by a certain offset
Public operatorStatic memberEquality
Compares two CvPoint objects. The result specifies whether the values of the X and Y properties of the two CvPoint objects are equal.
Public operatorStatic member(CvPoint3D64f to Point3d)
Public operatorStatic member(Point3d to CvPoint3D64f)
Public operatorStatic member(Point3d to Vec3d)
Public operatorStatic member(Vec3d to Point3d)
Public operatorStatic memberInequality
Compares two CvPoint2D32f objects. The result specifies whether the values of the X or Y properties of the two CvPoint2D32f 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