Click or drag to resize

Point2f Structure

[Missing <summary> documentation for "T:OpenCvSharp.Point2f"]

Namespace:  OpenCvSharp
Assembly:  OpenCvSharp (in OpenCvSharp.dll) Version: 1.0.0
Syntax
[SerializableAttribute]
public struct Point2f : IEquatable<Point2f>

The Point2f type exposes the following members.

Constructors
  NameDescription
Public methodPoint2f
Initializes a new instance of the Point2f class
Top
Methods
  NameDescription
Public methodCrossProduct(Point2f)
Calculates the cross product of two 2D vectors.
Public methodStatic memberCrossProduct(Point2f, Point2f)
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(Point2f)
Calculates the dot product of two 2D vectors.
Public methodStatic memberDotProduct(Point2f, Point2f)
Calculates the dot product of two 2D vectors.
Public methodEquals(Object)
Indicates whether this instance and a specified object are equal.
(Overrides ValueTypeEquals(Object).)
Public methodEquals(Point2f)
Indicates whether the current object is equal to another object of the same type.
Public methodGetHashCode
Returns the hash code for this instance.
(Overrides ValueTypeGetHashCode.)
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Public methodToString
Returns the fully qualified type name of this instance.
(Overrides ValueTypeToString.)
Top
Operators
  NameDescription
Public operatorStatic memberAddition
Shifts point by a certain offset
Public operatorStatic memberEquality
Compares two CvPoint objects. The result specifies whether the values of the X and Y properties of the two CvPoint objects are equal.
Public operatorStatic member(Point2f to Point)
Public operatorStatic member(Point to Point2f)
Public operatorStatic member(Point2f to Vec2f)
Public operatorStatic member(Vec2f to Point2f)
Public operatorStatic memberInequality
Compares two CvPoint2D32f objects. The result specifies whether the values of the X or Y properties of the two CvPoint2D32f objects are unequal.
Public operatorStatic memberMultiply
Shifts point by a certain offset
Public operatorStatic memberSubtraction
Shifts point by a certain offset
Public operatorStatic memberUnaryNegation
Unary minus operator
Public operatorStatic memberUnaryPlus
Unary plus operator
Top
Fields
  NameDescription
Public fieldX
Public fieldY
Top
See Also