The CvPoint2D32f type exposes the following members.
Operators
Name | Description | |
---|---|---|
![]() ![]() | Addition |
Shifts point by a certain offset
|
![]() ![]() | Equality |
Compares two CvPoint objects. The result specifies whether the values of the X and Y properties of the two CvPoint objects are equal.
|
![]() ![]() | (CvPoint to CvPoint2D32f) |
Creates a CvPoint2D32f with the coordinates of the specified CvPoint.
|
![]() ![]() | (CvPoint2D32f to CvPoint) |
Creates a CvPoint with the coordinates of the specified CvPoint2D32f.
|
![]() ![]() | Inequality |
Compares two CvPoint2D32f objects. The result specifies whether the values of the X or Y properties of the two CvPoint2D32f objects are unequal.
|
![]() ![]() | Multiply |
Shifts point by a certain offset
|
![]() ![]() | Subtraction |
Shifts point by a certain offset
|
![]() ![]() | UnaryNegation |
Unary minus operator
|
![]() ![]() | UnaryPlus |
Unary plus operator
|
See Also