| Point2d Structure | 
Namespace: OpenCvSharp
 Syntax
SyntaxThe Point2d type exposes the following members.
 Constructors
Constructors Methods
Methods| Name | Description | |
|---|---|---|
|  | CrossProduct(Point2d) | 
            Calculates the cross product of two 2D vectors.
             | 
|   | CrossProduct(Point2d, Point2d) | 
            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(Point2d) | 
            Calculates the dot product of two 2D vectors.
             | 
|   | DotProduct(Point2d, Point2d) | 
            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(Point2d) | 
            Specifies whether this object contains the same members as the specified Object.
             | 
|  | GetHashCode | 
            Returns a hash code for this object.
            (Overrides ValueTypeGetHashCode.) | 
|  | GetType | Gets the Type of the current instance.(Inherited from Object.) | 
|  | ToString | 
            Converts this object to a human readable string.
            (Overrides ValueTypeToString.) | 
 Operators
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.
             | 
|   | (Point to Point2d) | |
|   | (Point2d to Point) | |
|   | (Point2d to Vec2d) | |
|   | (Vec2d to Point2d) | |
|   | 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
             | 
 Fields
Fields See Also
See Also