Struct Vec6i
- Namespace
- OpenCvSharp
- Assembly
- OpenCvSharp.dll
6-Tuple of int (System.Int32)
public record struct Vec6i : IEquatable<Vec6i>
- Implements
- Inherited Members
Constructors
- Vec6i(int, int, int, int, int, int)
6-Tuple of int (System.Int32)
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(Vec6i)
this + other
- Divide(double)
this / alpha
- Multiply(double)
this * alpha
- Subtract(Vec6i)
this - other