|
OpenCV for Unity 3.0.0
Enox Software / Please refer to OpenCV official document ( http://docs.opencv.org/4.12.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 () |
| readonly UnityEngine.Vector2 | ToVector2 () |
Static Public Member Functions | |
| static | operator (float, float)(in Vec2f vec) |
| static | operator UnityEngine.Vector2 (in Vec2f vec) |
| static | 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.UnityIntegration.Vec2f.Vec2f | ( | float | item1 = 0, |
| float | item2 = 0 ) |
| readonly int OpenCVForUnity.UnityIntegration.Vec2f.CompareTo | ( | object | obj | ) |
| readonly int OpenCVForUnity.UnityIntegration.Vec2f.CompareTo | ( | object | other, |
| IComparer | comparer ) |
| override readonly bool OpenCVForUnity.UnityIntegration.Vec2f.Equals | ( | object | obj | ) |
| readonly bool OpenCVForUnity.UnityIntegration.Vec2f.Equals | ( | object | other, |
| IEqualityComparer | comparer ) |
| override readonly int OpenCVForUnity.UnityIntegration.Vec2f.GetHashCode | ( | ) |
| readonly int OpenCVForUnity.UnityIntegration.Vec2f.GetHashCode | ( | IEqualityComparer | comparer | ) |
|
explicitstatic |
|
explicitstatic |
|
explicitstatic |
|
static |
| OpenCVForUnity.UnityIntegration.Vec2f.readonly | ( | float | , |
| float | ) |
| readonly override string OpenCVForUnity.UnityIntegration.Vec2f.ToString | ( | ) |
| readonly UnityEngine.Vector2 OpenCVForUnity.UnityIntegration.Vec2f.ToVector2 | ( | ) |
| float OpenCVForUnity.UnityIntegration.Vec2f.Item1 |
| float OpenCVForUnity.UnityIntegration.Vec2f.Item2 |