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