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