![]() | Point3i Structure |
[Missing <summary> documentation for "T:OpenCvSharp.Point3i"]
Namespace: OpenCvSharp
The Point3i type exposes the following members.
Name | Description | |
---|---|---|
![]() | Equals(Object) | Indicates whether this instance and a specified object are equal. (Overrides ValueTypeEquals(Object).) |
![]() | Equals(Point3i) | Indicates whether the current object is equal to another object of the same type. |
![]() | GetHashCode | Returns the hash code for this instance. (Overrides ValueTypeGetHashCode.) |
![]() | GetType | Gets the Type of the current instance. (Inherited from Object.) |
![]() | ToString | Returns the fully qualified type name of this instance. (Overrides ValueTypeToString.) |
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.
|
![]() ![]() | (Point3i to Vec3i) | |
![]() ![]() | (Vec3i to Point3i) | |
![]() ![]() | 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
|