CompareTo(object obj) | OpenCVForUnity.UnityUtils.Vec2i | |
CompareTo(Vec2i other) | OpenCVForUnity.UnityUtils.Vec2i | |
CompareTo(object other, IComparer comparer) | OpenCVForUnity.UnityUtils.Vec2i | |
Equals(Vec2i other) | OpenCVForUnity.UnityUtils.Vec2i | |
Equals(object obj) | OpenCVForUnity.UnityUtils.Vec2i | |
Equals(object other, IEqualityComparer comparer) | OpenCVForUnity.UnityUtils.Vec2i | |
GetHashCode() | OpenCVForUnity.UnityUtils.Vec2i | |
GetHashCode(IEqualityComparer comparer) | OpenCVForUnity.UnityUtils.Vec2i | |
Item1 | OpenCVForUnity.UnityUtils.Vec2i | |
Item2 | OpenCVForUnity.UnityUtils.Vec2i | |
operator(int, int)(in Vec2i vec) | OpenCVForUnity.UnityUtils.Vec2i | explicitstatic |
operator OpenCVForUnity.CoreModule.Range(in Vec2i vec) | OpenCVForUnity.UnityUtils.Vec2i | explicitstatic |
operator Vec2i(in(int, int) valueTuple) | OpenCVForUnity.UnityUtils.Vec2i | explicitstatic |
operator!=(Vec2i left, Vec2i right) | OpenCVForUnity.UnityUtils.Vec2i | static |
operator==(Vec2i left, Vec2i right) | OpenCVForUnity.UnityUtils.Vec2i | static |
readonly(int, int) ToValueTuple() | OpenCVForUnity.UnityUtils.Vec2i | |
ToRange() | OpenCVForUnity.UnityUtils.Vec2i | |
ToString() | OpenCVForUnity.UnityUtils.Vec2i | |
ToVec2b() | OpenCVForUnity.UnityUtils.Vec2i | |
ToVec2c() | OpenCVForUnity.UnityUtils.Vec2i | |
ToVec2d() | OpenCVForUnity.UnityUtils.Vec2i | |
ToVec2f() | OpenCVForUnity.UnityUtils.Vec2i | |
ToVec2s() | OpenCVForUnity.UnityUtils.Vec2i | |
ToVec2w() | OpenCVForUnity.UnityUtils.Vec2i | |
Vec2i(int item1=0, int item2=0) | OpenCVForUnity.UnityUtils.Vec2i | |