Show / Hide Table of Contents

    Class Std.VectorPoint2f

    Inheritance
    Object
    HandleCppPtr
    Std.VectorPoint2f
    Inherited Members
    HandleCppPtr.DeleteResponsibility
    HandleCppPtr.CppPtr
    Namespace: ArucoUnity.Plugin
    Assembly: Assembly-CSharp.dll
    Syntax
    public class VectorPoint2f : HandleCppPtr

    Constructors

    | Improve this Doc View Source

    VectorPoint2f()

    Declaration
    public VectorPoint2f()
    | Improve this Doc View Source

    VectorPoint2f(IntPtr, DeleteResponsibility)

    Declaration
    public VectorPoint2f(IntPtr vectorPoint2fPtr, DeleteResponsibility deleteResponsibility = DeleteResponsibility.True)
    Parameters
    Type Name Description
    IntPtr vectorPoint2fPtr
    DeleteResponsibility deleteResponsibility

    Methods

    | Improve this Doc View Source

    At(UInt32)

    Declaration
    public Cv.Point2f At(uint pos)
    Parameters
    Type Name Description
    UInt32 pos
    Returns
    Type Description
    Cv.Point2f
    | Improve this Doc View Source

    Data()

    Declaration
    public Cv.Point2f[] Data()
    Returns
    Type Description
    Cv.Point2f[]
    | Improve this Doc View Source

    DeleteCppPtr()

    Declaration
    protected override void DeleteCppPtr()
    Overrides
    HandleCppPtr.DeleteCppPtr()
    | Improve this Doc View Source

    PushBack(Cv.Point2f)

    Declaration
    public void PushBack(Cv.Point2f value)
    Parameters
    Type Name Description
    Cv.Point2f value
    | Improve this Doc View Source

    Size()

    Declaration
    public uint Size()
    Returns
    Type Description
    UInt32
    • Improve this Doc
    • View Source
    Back to top Aruco Unity - Erwan Normand