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

6-Vector struct of float [CvType.CV_32FC6, KeyPoint] More...

Public Member Functions

 Vec6f (float item1=0, float item2=0, float item3=0, float item4=0, float item5=0, float item6=0)
 
readonly int CompareTo (object obj)
 
readonly int CompareTo (object other, IComparer comparer)
 
readonly int CompareTo (Vec6f other)
 
override readonly bool Equals (object obj)
 
readonly bool Equals (object other, IEqualityComparer comparer)
 
readonly bool Equals (Vec6f other)
 
override readonly int GetHashCode ()
 
readonly int GetHashCode (IEqualityComparer comparer)
 
 readonly (float, float, float, float, float, float) ToValueTuple()
 
override readonly string ToString ()
 

Static Public Member Functions

static operator (float, float, float, float, float, float)(in Vec6f vec)
 
static operator Vec6f (in(float, float, float, float, float, float, float) valueTuple)
 
static bool operator!= (Vec6f left, Vec6f right)
 
static bool operator== (Vec6f left, Vec6f right)
 

Public Attributes

float Item1
 
float Item2
 
float Item3
 
float Item4
 
float Item5
 
float Item6
 

Detailed Description

6-Vector struct of float [CvType.CV_32FC6, KeyPoint]

Constructor & Destructor Documentation

◆ Vec6f()

OpenCVForUnity.UnityUtils.Vec6f.Vec6f ( float item1 = 0,
float item2 = 0,
float item3 = 0,
float item4 = 0,
float item5 = 0,
float item6 = 0 )

Member Function Documentation

◆ CompareTo() [1/3]

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

◆ CompareTo() [2/3]

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

◆ CompareTo() [3/3]

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

◆ Equals() [1/3]

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

◆ Equals() [2/3]

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

◆ Equals() [3/3]

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

◆ GetHashCode() [1/2]

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

◆ GetHashCode() [2/2]

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

◆ operator()

static OpenCVForUnity.UnityUtils.Vec6f.operator ( float ,
float ,
float ,
float ,
float ,
float  )
explicitstatic

◆ operator Vec6f()

static OpenCVForUnity.UnityUtils.Vec6f.operator Vec6f ( in(float, float, float, float, float, float, float) valueTuple)
explicitstatic

◆ operator!=()

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

◆ operator==()

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

◆ readonly()

OpenCVForUnity.UnityUtils.Vec6f.readonly ( float ,
float ,
float ,
float ,
float ,
float  )

◆ ToString()

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

Member Data Documentation

◆ Item1

float OpenCVForUnity.UnityUtils.Vec6f.Item1

◆ Item2

float OpenCVForUnity.UnityUtils.Vec6f.Item2

◆ Item3

float OpenCVForUnity.UnityUtils.Vec6f.Item3

◆ Item4

float OpenCVForUnity.UnityUtils.Vec6f.Item4

◆ Item5

float OpenCVForUnity.UnityUtils.Vec6f.Item5

◆ Item6

float OpenCVForUnity.UnityUtils.Vec6f.Item6

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