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

5-Vector struct of float [CvType.CV_32FC5, MatOfRotatedRect] More...

Public Member Functions

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

Static Public Member Functions

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

Public Attributes

float Item1
 
float Item2
 
float Item3
 
float Item4
 
float Item5
 

Detailed Description

5-Vector struct of float [CvType.CV_32FC5, MatOfRotatedRect]

Constructor & Destructor Documentation

◆ Vec5f()

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

Member Function Documentation

◆ CompareTo() [1/3]

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

◆ CompareTo() [2/3]

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

◆ CompareTo() [3/3]

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

◆ Equals() [1/3]

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

◆ Equals() [2/3]

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

◆ Equals() [3/3]

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

◆ GetHashCode() [1/2]

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

◆ GetHashCode() [2/2]

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

◆ operator()

static implicit OpenCVForUnity.UnityUtils.Vec5f.operator ( float ,
float ,
float ,
float ,
float  )
static

◆ operator Vec5f()

static implicit OpenCVForUnity.UnityUtils.Vec5f.operator Vec5f ( in(float, float, float, float, float) valueTuple)
static

◆ operator!=()

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

◆ operator==()

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

◆ ToString()

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

◆ ToVec5d()

readonly Vec5d OpenCVForUnity.UnityUtils.Vec5f.ToVec5d ( )

Member Data Documentation

◆ Item1

float OpenCVForUnity.UnityUtils.Vec5f.Item1

◆ Item2

float OpenCVForUnity.UnityUtils.Vec5f.Item2

◆ Item3

float OpenCVForUnity.UnityUtils.Vec5f.Item3

◆ Item4

float OpenCVForUnity.UnityUtils.Vec5f.Item4

◆ Item5

float OpenCVForUnity.UnityUtils.Vec5f.Item5

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