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