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