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

Namespace: Emgu.CV.Structure
Assembly: Emgu.CV.World (in Emgu.CV.World.dll) Version: 3.2.0.2682 (3.2.0.2682)
Syntax
[SerializableAttribute]
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) (Inherited from ValueType.)
Public methodEquals(MCvPoint2D64f)
Returns true if the two points equals.
Protected methodFinalize (Inherited from Object.)
Public methodGetHashCode (Inherited from ValueType.)
Public methodGetType (Inherited from Object.)
Protected methodMemberwiseClone (Inherited from Object.)
Public methodToString (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