Struct Vec2d
- Namespace
- OpenCvSharp
- Assembly
- OpenCvSharp.dll
2-Tuple of double (System.Double)
public struct Vec2d : IEquatable<Vec2d>
- Implements
- Inherited Members
Constructors
- Vec2d(double, double)
Initializer
Fields
- Item0
The value of the first component of this object.
- Item1
The value of the second component of this object.
Properties
- this[int]
Indexer
Methods
- Add(Vec2d)
this + other
- Deconstruct(out double, out double)
Deconstructing a Vector
- Divide(double)
this / alpha
- Equals(Vec2d)
Indicates whether the current object is equal to another object of the same type.
- GetHashCode()
Returns the hash code for this instance.
- Multiply(double)
this * alpha
- Subtract(Vec2d)
this - other
- ToString()
Returns the fully qualified type name of this instance.