Show / Hide Table of Contents

    Class Std.VectorVec3d

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

    Constructors

    | Improve this Doc View Source

    VectorVec3d()

    Declaration
    public VectorVec3d()
    | Improve this Doc View Source

    VectorVec3d(IntPtr, DeleteResponsibility)

    Declaration
    public VectorVec3d(IntPtr vectorVec3dPtr, DeleteResponsibility deleteResponsibility = DeleteResponsibility.True)
    Parameters
    Type Name Description
    IntPtr vectorVec3dPtr
    DeleteResponsibility deleteResponsibility

    Methods

    | Improve this Doc View Source

    At(UInt32)

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

    Data()

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

    DeleteCppPtr()

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

    PushBack(Cv.Vec3d)

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