Struct DoublePoint | Package Manager UI website
docs.unity3d.com
    Show / Hide Table of Contents

    Struct DoublePoint

    Namespace: UnityEditor.Experimental.U2D.Animation.ClipperLib
    Syntax
    public struct DoublePoint

    Constructors

    DoublePoint(Double, Double)

    Declaration
    public DoublePoint(double x = 0, double y = 0)
    Parameters
    Type Name Description
    System.Double x
    System.Double y

    DoublePoint(DoublePoint)

    Declaration
    public DoublePoint(DoublePoint dp)
    Parameters
    Type Name Description
    DoublePoint dp

    DoublePoint(IntPoint)

    Declaration
    public DoublePoint(IntPoint ip)
    Parameters
    Type Name Description
    IntPoint ip

    Fields

    X

    Declaration
    public double X
    Field Value
    Type Description
    System.Double

    Y

    Declaration
    public double Y
    Field Value
    Type Description
    System.Double
    Back to top
    Copyright © 2023 Unity Technologies — Terms of use
    • Legal
    • Privacy Policy
    • Cookies
    • Do Not Sell or Share My Personal Information
    • Your Privacy Choices (Cookie Settings)
    "Unity", Unity logos, and other Unity trademarks are trademarks or registered trademarks of Unity Technologies or its affiliates in the U.S. and elsewhere (more info here). Other names or brands are trademarks of their respective owners.
    Generated by DocFX on 18 October 2023