Interface IPredicates | Package Manager UI website
docs.unity3d.com
    Show / Hide Table of Contents

    Interface IPredicates

    Namespace: UnityEngine.Experimental.U2D.TriangleNet
    Syntax
    public interface IPredicates

    Methods

    CounterClockwise(Point, Point, Point)

    Declaration
    double CounterClockwise(Point a, Point b, Point c)
    Parameters
    Type Name Description
    Point a
    Point b
    Point c
    Returns
    Type Description
    System.Double

    FindCircumcenter(Point, Point, Point, ref Double, ref Double)

    Declaration
    Point FindCircumcenter(Point org, Point dest, Point apex, ref double xi, ref double eta)
    Parameters
    Type Name Description
    Point org
    Point dest
    Point apex
    System.Double xi
    System.Double eta
    Returns
    Type Description
    Point

    FindCircumcenter(Point, Point, Point, ref Double, ref Double, Double)

    Declaration
    Point FindCircumcenter(Point org, Point dest, Point apex, ref double xi, ref double eta, double offconstant)
    Parameters
    Type Name Description
    Point org
    Point dest
    Point apex
    System.Double xi
    System.Double eta
    System.Double offconstant
    Returns
    Type Description
    Point

    InCircle(Point, Point, Point, Point)

    Declaration
    double InCircle(Point a, Point b, Point c, Point p)
    Parameters
    Type Name Description
    Point a
    Point b
    Point c
    Point p
    Returns
    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