OpenCV for Unity 2.6.4
Enox Software / Please refer to OpenCV official document ( http://docs.opencv.org/4.10.0/index.html ) for the details of the argument of the method.
|
2-Vector struct of float [CvType.CV_32FC2] More...
Public Member Functions | |
Vec2f (float item1=0, float item2=0) | |
readonly int | CompareTo (object obj) |
readonly int | CompareTo (object other, IComparer comparer) |
readonly int | CompareTo (Vec2f other) |
override readonly bool | Equals (object obj) |
readonly bool | Equals (object other, IEqualityComparer comparer) |
readonly bool | Equals (Vec2f other) |
override readonly int | GetHashCode () |
readonly int | GetHashCode (IEqualityComparer comparer) |
readonly (float, float) ToValueTuple() | |
readonly override string | ToString () |
readonly Vec2b | ToVec2b () |
readonly Vec2c | ToVec2c () |
readonly Vec2d | ToVec2d () |
readonly Vec2i | ToVec2i () |
readonly Vec2s | ToVec2s () |
readonly Vec2w | ToVec2w () |
Static Public Member Functions | |
static implicit | operator (float, float)(in Vec2f vec) |
static implicit | operator Vec2f (in(float, float) valueTuple) |
static bool | operator!= (Vec2f left, Vec2f right) |
static bool | operator== (Vec2f left, Vec2f right) |
Public Attributes | |
float | Item1 |
float | Item2 |
2-Vector struct of float [CvType.CV_32FC2]
OpenCVForUnity.UnityUtils.Vec2f.Vec2f | ( | float | item1 = 0, |
float | item2 = 0 ) |
readonly int OpenCVForUnity.UnityUtils.Vec2f.CompareTo | ( | object | obj | ) |
readonly int OpenCVForUnity.UnityUtils.Vec2f.CompareTo | ( | object | other, |
IComparer | comparer ) |
override readonly bool OpenCVForUnity.UnityUtils.Vec2f.Equals | ( | object | obj | ) |
readonly bool OpenCVForUnity.UnityUtils.Vec2f.Equals | ( | object | other, |
IEqualityComparer | comparer ) |
override readonly int OpenCVForUnity.UnityUtils.Vec2f.GetHashCode | ( | ) |
readonly int OpenCVForUnity.UnityUtils.Vec2f.GetHashCode | ( | IEqualityComparer | comparer | ) |
|
static |
|
static |
|
static |
OpenCVForUnity.UnityUtils.Vec2f.readonly | ( | float | , |
float | ) |
readonly override string OpenCVForUnity.UnityUtils.Vec2f.ToString | ( | ) |
float OpenCVForUnity.UnityUtils.Vec2f.Item1 |
float OpenCVForUnity.UnityUtils.Vec2f.Item2 |