Show / Hide Table of Contents

    Class Cv.Point2f

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

    Constructors

    | Improve this Doc View Source

    Point2f()

    Declaration
    public Point2f()
    | Improve this Doc View Source

    Point2f(IntPtr, DeleteResponsibility)

    Declaration
    public Point2f(IntPtr point2fPtr, DeleteResponsibility deleteResponsibility = DeleteResponsibility.True)
    Parameters
    Type Name Description
    IntPtr point2fPtr
    DeleteResponsibility deleteResponsibility

    Properties

    | Improve this Doc View Source

    X

    Declaration
    public float X { get; set; }
    Property Value
    Type Description
    Single
    | Improve this Doc View Source

    Y

    Declaration
    public float Y { get; set; }
    Property Value
    Type Description
    Single

    Methods

    | Improve this Doc View Source

    DeleteCppPtr()

    Declaration
    protected override void DeleteCppPtr()
    Overrides
    HandleCppPtr.DeleteCppPtr()

    Operators

    | Improve this Doc View Source

    Implicit(Cv.Point2f to Vector2)

    Declaration
    public static implicit operator Vector2(Cv.Point2f point2f)
    Parameters
    Type Name Description
    Cv.Point2f point2f
    Returns
    Type Description
    Vector2
    | Improve this Doc View Source

    Implicit(Cv.Point2f to Vector3)

    Declaration
    public static implicit operator Vector3(Cv.Point2f point2f)
    Parameters
    Type Name Description
    Cv.Point2f point2f
    Returns
    Type Description
    Vector3
    • Improve this Doc
    • View Source
    Back to top Aruco Unity - Erwan Normand