CompareTo(object obj) | OpenCVForUnity.UnityUtils.Vec4f | |
CompareTo(Vec4f other) | OpenCVForUnity.UnityUtils.Vec4f | |
CompareTo(object other, IComparer comparer) | OpenCVForUnity.UnityUtils.Vec4f | |
Equals(Vec4f other) | OpenCVForUnity.UnityUtils.Vec4f | |
Equals(object obj) | OpenCVForUnity.UnityUtils.Vec4f | |
Equals(object other, IEqualityComparer comparer) | OpenCVForUnity.UnityUtils.Vec4f | |
GetHashCode() | OpenCVForUnity.UnityUtils.Vec4f | |
GetHashCode(IEqualityComparer comparer) | OpenCVForUnity.UnityUtils.Vec4f | |
Item1 | OpenCVForUnity.UnityUtils.Vec4f | |
Item2 | OpenCVForUnity.UnityUtils.Vec4f | |
Item3 | OpenCVForUnity.UnityUtils.Vec4f | |
Item4 | OpenCVForUnity.UnityUtils.Vec4f | |
operator(float, float, float, float)(in Vec4f vec) | OpenCVForUnity.UnityUtils.Vec4f | explicitstatic |
operator DMatch(in Vec4f vec) | OpenCVForUnity.UnityUtils.Vec4f | explicitstatic |
operator Vec4f(in(float, float, float, float) valueTuple) | OpenCVForUnity.UnityUtils.Vec4f | explicitstatic |
operator!=(Vec4f left, Vec4f right) | OpenCVForUnity.UnityUtils.Vec4f | static |
operator==(Vec4f left, Vec4f right) | OpenCVForUnity.UnityUtils.Vec4f | static |
readonly(float, float, float, float) ToValueTuple() | OpenCVForUnity.UnityUtils.Vec4f | |
ToDMatch() | OpenCVForUnity.UnityUtils.Vec4f | |
ToString() | OpenCVForUnity.UnityUtils.Vec4f | |
ToVec4b() | OpenCVForUnity.UnityUtils.Vec4f | |
ToVec4c() | OpenCVForUnity.UnityUtils.Vec4f | |
ToVec4d() | OpenCVForUnity.UnityUtils.Vec4f | |
ToVec4i() | OpenCVForUnity.UnityUtils.Vec4f | |
ToVec4s() | OpenCVForUnity.UnityUtils.Vec4f | |
ToVec4w() | OpenCVForUnity.UnityUtils.Vec4f | |
Vec4f(float item1=0, float item2=0, float item3=0, float item4=0) | OpenCVForUnity.UnityUtils.Vec4f | |