The CvPoint3D32f type exposes the following members.
Operators
| Name | Description | |
|---|---|---|
| Addition |
Shifts point by a certain offset
| |
| Equality |
Compares two CvPoint3D32f objects. The result specifies whether the values of the X, Y and Z properties of the two CvPoint3D32f objects are equal.
| |
| Inequality |
Compares two CvPoint3D32f objects. The result specifies whether the values of the X, Y or Z properties of the two CvPoint3D32f 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