Show / Hide Table of Contents

    Class Cv.Vec4i

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

    Constructors

    | Improve this Doc View Source

    Vec4i()

    Declaration
    public Vec4i()
    | Improve this Doc View Source

    Vec4i(IntPtr, DeleteResponsibility)

    Declaration
    public Vec4i(IntPtr vec4iPtr, DeleteResponsibility deleteResponsibility = DeleteResponsibility.True)
    Parameters
    Type Name Description
    IntPtr vec4iPtr
    DeleteResponsibility deleteResponsibility

    Methods

    | Improve this Doc View Source

    DeleteCppPtr()

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

    Get(Int32)

    Declaration
    public int Get(int i)
    Parameters
    Type Name Description
    Int32 i
    Returns
    Type Description
    Int32
    | Improve this Doc View Source

    Set(Int32, Int32)

    Declaration
    public void Set(int i, int value)
    Parameters
    Type Name Description
    Int32 i
    Int32 value
    • Improve this Doc
    • View Source
    Back to top Aruco Unity - Erwan Normand