Show / Hide Table of Contents

    Class Std.VectorVectorVectorPoint2f

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

    Constructors

    | Improve this Doc View Source

    VectorVectorVectorPoint2f()

    Declaration
    public VectorVectorVectorPoint2f()
    | Improve this Doc View Source

    VectorVectorVectorPoint2f(IntPtr, DeleteResponsibility)

    Declaration
    public VectorVectorVectorPoint2f(IntPtr vectorVectorVectorPoint2fPtr, DeleteResponsibility deleteResponsibility = DeleteResponsibility.True)
    Parameters
    Type Name Description
    IntPtr vectorVectorVectorPoint2fPtr
    DeleteResponsibility deleteResponsibility

    Methods

    | Improve this Doc View Source

    At(UInt32)

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

    Data()

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

    DeleteCppPtr()

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

    PushBack(Std.VectorVectorPoint2f)

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