Search Results for

    Show / Hide Table of Contents

    Delegate GeoGraph2D.CreateSelfCrossingIntersectionPoint<T>

    自己交差している交点のポイントを作成する関数

    Namespace: PLATEAU.Util.GeoGraph
    Assembly: cs.temp.dll.dll
    Syntax
    public delegate T CreateSelfCrossingIntersectionPoint<T>(T seg1Start, T seg1End, T seg2Start, T seg2End, Vector2 intersection, float seg1T, float seg2T);
    Parameters
    Type Name Description
    T seg1Start
    T seg1End
    T seg2Start
    T seg2End
    Vector2 intersection
    System.Single seg1T
    System.Single seg2T
    Returns
    Type Description
    T
    Type Parameters
    Name Description
    T
    In This Article
    Back to top PLATEAU SDK for Unity