Show / Hide Table of Contents

    Class Std.VectorPoint3f

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

    Constructors

    | Improve this Doc View Source

    VectorPoint3f()

    Declaration
    public VectorPoint3f()
    | Improve this Doc View Source

    VectorPoint3f(IntPtr, DeleteResponsibility)

    Declaration
    public VectorPoint3f(IntPtr vectorPoint3fPtr, DeleteResponsibility deleteResponsibility = DeleteResponsibility.True)
    Parameters
    Type Name Description
    IntPtr vectorPoint3fPtr
    DeleteResponsibility deleteResponsibility

    Methods

    | Improve this Doc View Source

    At(UInt32)

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

    Data()

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

    DeleteCppPtr()

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

    PushBack(Cv.Point3f)

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