CompareTo(object obj) | OpenCVForUnity.UnityUtils.Vec2d | |
CompareTo(Vec2d other) | OpenCVForUnity.UnityUtils.Vec2d | |
CompareTo(object other, IComparer comparer) | OpenCVForUnity.UnityUtils.Vec2d | |
Equals(Vec2d other) | OpenCVForUnity.UnityUtils.Vec2d | |
Equals(object obj) | OpenCVForUnity.UnityUtils.Vec2d | |
Equals(object other, IEqualityComparer comparer) | OpenCVForUnity.UnityUtils.Vec2d | |
GetHashCode() | OpenCVForUnity.UnityUtils.Vec2d | |
GetHashCode(IEqualityComparer comparer) | OpenCVForUnity.UnityUtils.Vec2d | |
Item1 | OpenCVForUnity.UnityUtils.Vec2d | |
Item2 | OpenCVForUnity.UnityUtils.Vec2d | |
operator(double, double)(in Vec2d vec) | OpenCVForUnity.UnityUtils.Vec2d | explicitstatic |
operator Point(in Vec2d vec) | OpenCVForUnity.UnityUtils.Vec2d | explicitstatic |
operator Size(in Vec2d vec) | OpenCVForUnity.UnityUtils.Vec2d | explicitstatic |
operator Vec2d(in(double, double) valueTuple) | OpenCVForUnity.UnityUtils.Vec2d | explicitstatic |
operator!=(Vec2d left, Vec2d right) | OpenCVForUnity.UnityUtils.Vec2d | static |
operator==(Vec2d left, Vec2d right) | OpenCVForUnity.UnityUtils.Vec2d | static |
readonly(double, double) ToValueTuple() | OpenCVForUnity.UnityUtils.Vec2d | |
ToPoint() | OpenCVForUnity.UnityUtils.Vec2d | |
ToSize() | OpenCVForUnity.UnityUtils.Vec2d | |
ToString() | OpenCVForUnity.UnityUtils.Vec2d | |
ToVec2b() | OpenCVForUnity.UnityUtils.Vec2d | |
ToVec2c() | OpenCVForUnity.UnityUtils.Vec2d | |
ToVec2f() | OpenCVForUnity.UnityUtils.Vec2d | |
ToVec2i() | OpenCVForUnity.UnityUtils.Vec2d | |
ToVec2s() | OpenCVForUnity.UnityUtils.Vec2d | |
ToVec2w() | OpenCVForUnity.UnityUtils.Vec2d | |
Vec2d(double item1=0, double item2=0) | OpenCVForUnity.UnityUtils.Vec2d | |