Point2d Methods OpenCvSharp Class Library

The Point2d type exposes the following members.

Methods

  NameDescription
Public methodCrossProduct(Point2d)
Calculates the cross product of two 2D vectors.
Public methodStatic memberCrossProduct(Point2d, Point2d)
Calculates the cross product of two 2D vectors.
Public methodStatic memberDistance
Returns the distance between the specified two points
Public methodDistanceTo
Returns the distance between the specified two points
Public methodDotProduct(Point2d)
Calculates the dot product of two 2D vectors.
Public methodStatic memberDotProduct(Point2d, Point2d)
Calculates the dot product of two 2D vectors.
Public methodEquals(Object)
Specifies whether this object contains the same members as the specified Object.
(Overrides ValueTypeEquals(Object).)
Public methodEquals(Point2d)
Specifies whether this object contains the same members as the specified Object.
Public methodGetHashCode
Returns a hash code for this object.
(Overrides ValueTypeGetHashCode.)
Public methodGetType (Inherited from Object.)
Public methodToString
Converts this object to a human readable string.
(Overrides ValueTypeToString.)
Top
See Also

Reference