Class Std.VectorPoint3f
Inheritance
Std.VectorPoint3f
Assembly: Assembly-CSharp.dll
Syntax
public class VectorPoint3f : HandleCppPtr
Constructors
|
Improve this Doc
View Source
VectorPoint3f()
Declaration
|
Improve this Doc
View Source
VectorPoint3f(IntPtr, DeleteResponsibility)
Declaration
public VectorPoint3f(IntPtr vectorPoint3fPtr, DeleteResponsibility deleteResponsibility = DeleteResponsibility.True)
Parameters
Methods
|
Improve this Doc
View Source
At(UInt32)
Declaration
public Cv.Point3f At(uint pos)
Parameters
Type |
Name |
Description |
UInt32 |
pos |
|
Returns
|
Improve this Doc
View Source
Data()
Declaration
public Cv.Point3f[] Data()
Returns
|
Improve this Doc
View Source
DeleteCppPtr()
Declaration
protected override void DeleteCppPtr()
Overrides
|
Improve this Doc
View Source
PushBack(Cv.Point3f)
Declaration
public void PushBack(Cv.Point3f value)
Parameters
|
Improve this Doc
View Source
Size()
Declaration
Returns