docs.unity3d.com
    Show / Hide Table of Contents

    Class ClipperBase

    Inheritance
    Object
    ClipperBase
    Clipper
    Namespace: ExtrasClipperLib
    Syntax
    public class ClipperBase : object

    Fields

    hiRange

    Declaration
    public const Int64 hiRange = null
    Field Value
    Type Description
    Int64

    loRange

    Declaration
    public const Int64 loRange = null
    Field Value
    Type Description
    Int64

    Properties

    PreserveCollinear

    Declaration
    public bool PreserveCollinear { get; set; }
    Property Value
    Type Description
    Boolean

    Methods

    AddPath(List<IntPoint>, PolyType, Boolean)

    Declaration
    public bool AddPath(List<IntPoint> pg, PolyType polyType, bool Closed)
    Parameters
    Type Name Description
    List<IntPoint> pg
    PolyType polyType
    Boolean Closed
    Returns
    Type Description
    Boolean

    AddPaths(List<List<IntPoint>>, PolyType, Boolean)

    Declaration
    public bool AddPaths(List<List<IntPoint>> ppg, PolyType polyType, bool closed)
    Parameters
    Type Name Description
    List<List<IntPoint>> ppg
    PolyType polyType
    Boolean closed
    Returns
    Type Description
    Boolean

    Clear()

    Declaration
    public virtual void Clear()

    GetBounds(List<List<IntPoint>>)

    Declaration
    public static IntRect GetBounds(List<List<IntPoint>> paths)
    Parameters
    Type Name Description
    List<List<IntPoint>> paths
    Returns
    Type Description
    IntRect

    Swap(ref Int64, ref Int64)

    Declaration
    public void Swap(ref Int64 val1, ref Int64 val2)
    Parameters
    Type Name Description
    Int64 val1
    Int64 val2
    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