CvPoint2D64f Structure OpenCvSharp Class Library
2D point with double precision floating-point coordinates

Namespace:  OpenCvSharp
Assembly:  OpenCvSharp (in OpenCvSharp.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax

[SerializableAttribute]
public struct CvPoint2D64f : IEquatable<CvPoint2D64f>

The CvPoint2D64f type exposes the following members.

Constructors

  NameDescription
Public methodCvPoint2D64f
Constructor
Top
Methods

  NameDescription
Public methodEquals(Object)
Specifies whether this object contains the same members as the specified Object.
(Overrides ValueTypeEquals(Object).)
Public methodEquals(CvPoint2D64f)
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
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(CvPoint to CvPoint2D64f)
Creates a CvPoint2D64f with the coordinates of the specified CvPoint.
Public operatorStatic member(CvPoint2D32f to CvPoint2D64f)
Creates a CvPoint2D64f with the coordinates of the specified CvPoint2D32f.
Public operatorStatic member(CvPoint2D64f to CvPoint)
Creates a CvPoint with the coordinates of the specified CvPoint2D64f.
Public operatorStatic member(CvPoint2D64f to CvPoint2D32f)
Creates a CvPoint2D32f with the coordinates of the specified CvPoint2D64f.
Public operatorStatic memberInequality
Compares two CvPoint2D64f objects. The result specifies whether the values of the X or Y properties of the two CvPoint2D64f 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 fieldStatic memberEmpty
Represents a CvPoint2D64f structure with its properties left uninitialized.
Public fieldStatic memberSizeOf
sizeof(CvPoint2D64f)
Public fieldX
x-coordinate, usually zero-based
Public fieldY
y-coordinate, usually zero-based
Top
See Also

Reference