Show / Hide Table of Contents

    Class Std.VectorVectorPoint2f

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

    Constructors

    | Improve this Doc View Source

    VectorVectorPoint2f()

    Declaration
    public VectorVectorPoint2f()
    | Improve this Doc View Source

    VectorVectorPoint2f(IntPtr, DeleteResponsibility)

    Declaration
    public VectorVectorPoint2f(IntPtr vectorVectorPoint2fPtr, DeleteResponsibility deleteResponsibility = DeleteResponsibility.True)
    Parameters
    Type Name Description
    IntPtr vectorVectorPoint2fPtr
    DeleteResponsibility deleteResponsibility

    Methods

    | Improve this Doc View Source

    At(UInt32)

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

    Data()

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

    DeleteCppPtr()

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

    PushBack(Std.VectorPoint2f)

    Declaration
    public void PushBack(Std.VectorPoint2f value)
    Parameters
    Type Name Description
    Std.VectorPoint2f 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