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.
Loading...
Searching...
No Matches
OpenCVForUnity.UnityUtils.Vec2c Struct Reference

2-Vector struct of sbyte [CvType.CV_8SC2] More...

Public Member Functions

 Vec2c (sbyte item1=0, sbyte item2=0)
 
readonly int CompareTo (object obj)
 
readonly int CompareTo (object other, IComparer comparer)
 
readonly int CompareTo (Vec2c other)
 
override readonly bool Equals (object obj)
 
readonly bool Equals (object other, IEqualityComparer comparer)
 
readonly bool Equals (Vec2c other)
 
override readonly int GetHashCode ()
 
readonly int GetHashCode (IEqualityComparer comparer)
 
 readonly (sbyte, sbyte) ToValueTuple()
 
readonly override string ToString ()
 
readonly Vec2b ToVec2b ()
 
readonly Vec2d ToVec2d ()
 
readonly Vec2f ToVec2f ()
 
readonly Vec2i ToVec2i ()
 
readonly Vec2s ToVec2s ()
 
readonly Vec2w ToVec2w ()
 

Static Public Member Functions

static implicit operator (sbyte, sbyte)(in Vec2c vec)
 
static implicit operator Vec2c (in(sbyte, sbyte) valueTuple)
 
static bool operator!= (Vec2c left, Vec2c right)
 
static bool operator== (Vec2c left, Vec2c right)
 

Public Attributes

sbyte Item1
 
sbyte Item2
 

Detailed Description

2-Vector struct of sbyte [CvType.CV_8SC2]

Constructor & Destructor Documentation

◆ Vec2c()

OpenCVForUnity.UnityUtils.Vec2c.Vec2c ( sbyte item1 = 0,
sbyte item2 = 0 )

Member Function Documentation

◆ CompareTo() [1/3]

readonly int OpenCVForUnity.UnityUtils.Vec2c.CompareTo ( object obj)

◆ CompareTo() [2/3]

readonly int OpenCVForUnity.UnityUtils.Vec2c.CompareTo ( object other,
IComparer comparer )

◆ CompareTo() [3/3]

readonly int OpenCVForUnity.UnityUtils.Vec2c.CompareTo ( Vec2c other)

◆ Equals() [1/3]

override readonly bool OpenCVForUnity.UnityUtils.Vec2c.Equals ( object obj)

◆ Equals() [2/3]

readonly bool OpenCVForUnity.UnityUtils.Vec2c.Equals ( object other,
IEqualityComparer comparer )

◆ Equals() [3/3]

readonly bool OpenCVForUnity.UnityUtils.Vec2c.Equals ( Vec2c other)

◆ GetHashCode() [1/2]

override readonly int OpenCVForUnity.UnityUtils.Vec2c.GetHashCode ( )

◆ GetHashCode() [2/2]

readonly int OpenCVForUnity.UnityUtils.Vec2c.GetHashCode ( IEqualityComparer comparer)

◆ operator()

static implicit OpenCVForUnity.UnityUtils.Vec2c.operator ( sbyte ,
sbyte  )
static

◆ operator Vec2c()

static implicit OpenCVForUnity.UnityUtils.Vec2c.operator Vec2c ( in(sbyte, sbyte) valueTuple)
static

◆ operator!=()

static bool OpenCVForUnity.UnityUtils.Vec2c.operator!= ( Vec2c left,
Vec2c right )
static

◆ operator==()

static bool OpenCVForUnity.UnityUtils.Vec2c.operator== ( Vec2c left,
Vec2c right )
static

◆ readonly()

OpenCVForUnity.UnityUtils.Vec2c.readonly ( sbyte ,
sbyte  )

◆ ToString()

readonly override string OpenCVForUnity.UnityUtils.Vec2c.ToString ( )

◆ ToVec2b()

readonly Vec2b OpenCVForUnity.UnityUtils.Vec2c.ToVec2b ( )

◆ ToVec2d()

readonly Vec2d OpenCVForUnity.UnityUtils.Vec2c.ToVec2d ( )

◆ ToVec2f()

readonly Vec2f OpenCVForUnity.UnityUtils.Vec2c.ToVec2f ( )

◆ ToVec2i()

readonly Vec2i OpenCVForUnity.UnityUtils.Vec2c.ToVec2i ( )

◆ ToVec2s()

readonly Vec2s OpenCVForUnity.UnityUtils.Vec2c.ToVec2s ( )

◆ ToVec2w()

readonly Vec2w OpenCVForUnity.UnityUtils.Vec2c.ToVec2w ( )

Member Data Documentation

◆ Item1

sbyte OpenCVForUnity.UnityUtils.Vec2c.Item1

◆ Item2

sbyte OpenCVForUnity.UnityUtils.Vec2c.Item2

The documentation for this struct was generated from the following file: