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.Vec3s Struct Reference

3-Vector struct of short [CvType.CV_16SC3] More...

Public Member Functions

 Vec3s (short item1=0, short item2=0, short item3=0)
 
readonly int CompareTo (object obj)
 
readonly int CompareTo (object other, IComparer comparer)
 
readonly int CompareTo (Vec3s other)
 
override readonly bool Equals (object obj)
 
readonly bool Equals (object other, IEqualityComparer comparer)
 
readonly bool Equals (Vec3s other)
 
override readonly int GetHashCode ()
 
readonly int GetHashCode (IEqualityComparer comparer)
 
 readonly (short, short, short) ToValueTuple()
 
override readonly string ToString ()
 
readonly Vec3b ToVec3b ()
 
readonly Vec3c ToVec3c ()
 
readonly Vec3d ToVec3d ()
 
readonly Vec3f ToVec3f ()
 
readonly Vec3i ToVec3i ()
 
readonly Vec3w ToVec3w ()
 

Static Public Member Functions

static implicit operator (short, short, short)(in Vec3s vec)
 
static implicit operator Vec3s (in(short, short, short) valueTuple)
 
static bool operator!= (Vec3s left, Vec3s right)
 
static bool operator== (Vec3s left, Vec3s right)
 

Public Attributes

short Item1
 
short Item2
 
short Item3
 

Detailed Description

3-Vector struct of short [CvType.CV_16SC3]

Constructor & Destructor Documentation

◆ Vec3s()

OpenCVForUnity.UnityUtils.Vec3s.Vec3s ( short item1 = 0,
short item2 = 0,
short item3 = 0 )

Member Function Documentation

◆ CompareTo() [1/3]

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

◆ CompareTo() [2/3]

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

◆ CompareTo() [3/3]

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

◆ Equals() [1/3]

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

◆ Equals() [2/3]

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

◆ Equals() [3/3]

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

◆ GetHashCode() [1/2]

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

◆ GetHashCode() [2/2]

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

◆ operator()

static implicit OpenCVForUnity.UnityUtils.Vec3s.operator ( short ,
short ,
short  )
static

◆ operator Vec3s()

static implicit OpenCVForUnity.UnityUtils.Vec3s.operator Vec3s ( in(short, short, short) valueTuple)
static

◆ operator!=()

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

◆ operator==()

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

◆ readonly()

OpenCVForUnity.UnityUtils.Vec3s.readonly ( short ,
short ,
short  )

◆ ToString()

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

◆ ToVec3b()

readonly Vec3b OpenCVForUnity.UnityUtils.Vec3s.ToVec3b ( )

◆ ToVec3c()

readonly Vec3c OpenCVForUnity.UnityUtils.Vec3s.ToVec3c ( )

◆ ToVec3d()

readonly Vec3d OpenCVForUnity.UnityUtils.Vec3s.ToVec3d ( )

◆ ToVec3f()

readonly Vec3f OpenCVForUnity.UnityUtils.Vec3s.ToVec3f ( )

◆ ToVec3i()

readonly Vec3i OpenCVForUnity.UnityUtils.Vec3s.ToVec3i ( )

◆ ToVec3w()

readonly Vec3w OpenCVForUnity.UnityUtils.Vec3s.ToVec3w ( )

Member Data Documentation

◆ Item1

short OpenCVForUnity.UnityUtils.Vec3s.Item1

◆ Item2

short OpenCVForUnity.UnityUtils.Vec3s.Item2

◆ Item3

short OpenCVForUnity.UnityUtils.Vec3s.Item3

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