[Missing <summary> documentation for "T:OpenCvSharp.CPlusPlus.Point"]
Namespace: OpenCvSharp.CPlusPlus
Assembly: OpenCvSharp.CPlusPlus (in OpenCvSharp.CPlusPlus.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
The Point type exposes the following members.
Constructors
| Name | Description | |
|---|---|---|
| Point(Double, Double) | Initializes a new instance of the Point class | |
| Point(Int32, Int32) | Initializes a new instance of the Point class |
Methods
| Name | Description | |
|---|---|---|
| CrossProduct(Point) |
Calculates the cross product of two 2D vectors.
| |
| CrossProduct(Point, Point) |
Calculates the cross product of two 2D vectors.
| |
| Distance |
Returns the distance between the specified two points
| |
| DistanceTo |
Returns the distance between the specified two points
| |
| DotProduct(Point) |
Calculates the dot product of two 2D vectors.
| |
| DotProduct(Point, Point) |
Calculates the dot product of two 2D vectors.
| |
| Equals(Object) |
Specifies whether this object contains the same members as the specified Object.
(Overrides ValueTypeEquals(Object).) | |
| Equals(Point) |
Specifies whether this object contains the same members as the specified Object.
| |
| GetHashCode |
Returns a hash code for this object.
(Overrides ValueTypeGetHashCode.) | |
| GetType | (Inherited from Object.) | |
| ToString |
Converts this object to a human readable string.
(Overrides ValueTypeToString.) |
Operators
| Name | Description | |
|---|---|---|
| Addition |
Shifts point by a certain offset
| |
| Equality |
Compares two Point objects. The result specifies whether the values of the X and Y properties of the two Point objects are equal.
| |
| (CvPoint to Point) | ||
| (Point to CvPoint) | ||
| (Point to Vec2i) | ||
| (Vec2i to Point) | ||
| Inequality |
Compares two Point objects. The result specifies whether the values of the X or Y properties of the two Point 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
|
Fields
| Name | Description | |
|---|---|---|
| SizeOf | ||
| X | ||
| Y |
See Also