Show / Hide Table of Contents

    Class Cv.Point3f

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

    Constructors

    | Improve this Doc View Source

    Point3f()

    Declaration
    public Point3f()
    | Improve this Doc View Source

    Point3f(IntPtr, DeleteResponsibility)

    Declaration
    public Point3f(IntPtr point3fPtr, DeleteResponsibility deleteResponsibility = DeleteResponsibility.True)
    Parameters
    Type Name Description
    IntPtr point3fPtr
    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
    | Improve this Doc View Source

    Z

    Declaration
    public float Z { 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.Point3f to Vector3)

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