Click or drag to resize
MCvPoint2D64f Structure
http://www.emgu.com
Managed Structure equivalent to CvPoint2D64f

Namespace: Emgu.CV.Structure
Assembly: Emgu.CV (in Emgu.CV.dll) Version: 3.0.0.2161 (3.0.0.2161)
Syntax
public struct MCvPoint2D64f : IEquatable<MCvPoint2D64f>, 
	IInterpolatable<MCvPoint2D64f>

The MCvPoint2D64f type exposes the following members.

Constructors
  NameDescription
Public methodMCvPoint2D64f
Create a MCvPoint2D64f structure with the specific x and y coordinates
Top
Methods
  NameDescription
Public methodEquals(Object)
Indicates whether this instance and a specified object are equal.
(Inherited from ValueType.)
Public methodEquals(MCvPoint2D64f)
Returns true if the two points equals.
Protected methodFinalize
Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection.
(Inherited from Object.)
Public methodGetHashCode
Returns the hash code for this instance.
(Inherited from ValueType.)
Public methodGetType
Gets the type of the current instance.
(Inherited from Object.)
Protected methodMemberwiseClone
Creates a shallow copy of the current Object.
(Inherited from Object.)
Public methodToString
Returns the fully qualified type name of this instance.
(Inherited from ValueType.)
Top
Operators
  NameDescription
Public operatorStatic memberAddition
Compute the sum of two 3D points
Public operatorStatic memberMultiply(Double, MCvPoint2D64f)
Multiply the point with a scale
Public operatorStatic memberMultiply(MCvPoint2D64f, Double)
Multiply the point with a scale
Public operatorStatic memberSubtraction
Subtract p2 from p1
Top
Fields
  NameDescription
Public fieldX
x-coordinate
Public fieldY
y-coordinate
Top
See Also