docs.unity3d.com
Search Results for

    Show / Hide Table of Contents

    Method GfFindClosestPoints

    GfFindClosestPoints(GfLine, GfLine, GfVec3d, GfVec3d, out double, out double)

    Declaration
    public static bool GfFindClosestPoints(GfLine arg0, GfLine arg1, GfVec3d arg2, GfVec3d arg3, out double arg4, out double arg5)
    Parameters
    Type Name Description
    GfLine arg0
    GfLine arg1
    GfVec3d arg2
    GfVec3d arg3
    double arg4
    double arg5
    Returns
    Type Description
    bool

    GfFindClosestPoints(GfLine, GfLine, GfVec3d, GfVec3d, out double)

    Declaration
    public static bool GfFindClosestPoints(GfLine l1, GfLine l2, GfVec3d p1, GfVec3d p2, out double t1)
    Parameters
    Type Name Description
    GfLine l1
    GfLine l2
    GfVec3d p1
    GfVec3d p2
    double t1
    Returns
    Type Description
    bool

    GfFindClosestPoints(GfLine, GfLine, GfVec3d, GfVec3d)

    Declaration
    public static bool GfFindClosestPoints(GfLine l1, GfLine l2, GfVec3d p1, GfVec3d p2)
    Parameters
    Type Name Description
    GfLine l1
    GfLine l2
    GfVec3d p1
    GfVec3d p2
    Returns
    Type Description
    bool

    GfFindClosestPoints(GfLine, GfLine, GfVec3d)

    Declaration
    public static bool GfFindClosestPoints(GfLine l1, GfLine l2, GfVec3d p1)
    Parameters
    Type Name Description
    GfLine l1
    GfLine l2
    GfVec3d p1
    Returns
    Type Description
    bool

    GfFindClosestPoints(GfLine, GfLine)

    Declaration
    public static bool GfFindClosestPoints(GfLine l1, GfLine l2)
    Parameters
    Type Name Description
    GfLine l1
    GfLine l2
    Returns
    Type Description
    bool

    GfFindClosestPoints(GfLine, GfLineSeg, GfVec3d, GfVec3d, out double, out double)

    Declaration
    public static bool GfFindClosestPoints(GfLine arg0, GfLineSeg arg1, GfVec3d arg2, GfVec3d arg3, out double arg4, out double arg5)
    Parameters
    Type Name Description
    GfLine arg0
    GfLineSeg arg1
    GfVec3d arg2
    GfVec3d arg3
    double arg4
    double arg5
    Returns
    Type Description
    bool

    GfFindClosestPoints(GfLineSeg, GfLineSeg, GfVec3d, GfVec3d, out double, out double)

    Declaration
    public static bool GfFindClosestPoints(GfLineSeg arg0, GfLineSeg arg1, GfVec3d arg2, GfVec3d arg3, out double arg4, out double arg5)
    Parameters
    Type Name Description
    GfLineSeg arg0
    GfLineSeg arg1
    GfVec3d arg2
    GfVec3d arg3
    double arg4
    double arg5
    Returns
    Type Description
    bool

    GfFindClosestPoints(GfLine, GfLineSeg, GfVec3d, GfVec3d, out double)

    Declaration
    public static bool GfFindClosestPoints(GfLine line, GfLineSeg seg, GfVec3d p1, GfVec3d p2, out double t1)
    Parameters
    Type Name Description
    GfLine line
    GfLineSeg seg
    GfVec3d p1
    GfVec3d p2
    double t1
    Returns
    Type Description
    bool

    GfFindClosestPoints(GfLine, GfLineSeg, GfVec3d, GfVec3d)

    Declaration
    public static bool GfFindClosestPoints(GfLine line, GfLineSeg seg, GfVec3d p1, GfVec3d p2)
    Parameters
    Type Name Description
    GfLine line
    GfLineSeg seg
    GfVec3d p1
    GfVec3d p2
    Returns
    Type Description
    bool

    GfFindClosestPoints(GfLine, GfLineSeg, GfVec3d)

    Declaration
    public static bool GfFindClosestPoints(GfLine line, GfLineSeg seg, GfVec3d p1)
    Parameters
    Type Name Description
    GfLine line
    GfLineSeg seg
    GfVec3d p1
    Returns
    Type Description
    bool

    GfFindClosestPoints(GfLine, GfLineSeg)

    Declaration
    public static bool GfFindClosestPoints(GfLine line, GfLineSeg seg)
    Parameters
    Type Name Description
    GfLine line
    GfLineSeg seg
    Returns
    Type Description
    bool

    GfFindClosestPoints(GfLineSeg, GfLineSeg, GfVec3d, GfVec3d, out double)

    Declaration
    public static bool GfFindClosestPoints(GfLineSeg seg1, GfLineSeg seg2, GfVec3d p1, GfVec3d p2, out double t1)
    Parameters
    Type Name Description
    GfLineSeg seg1
    GfLineSeg seg2
    GfVec3d p1
    GfVec3d p2
    double t1
    Returns
    Type Description
    bool

    GfFindClosestPoints(GfLineSeg, GfLineSeg, GfVec3d, GfVec3d)

    Declaration
    public static bool GfFindClosestPoints(GfLineSeg seg1, GfLineSeg seg2, GfVec3d p1, GfVec3d p2)
    Parameters
    Type Name Description
    GfLineSeg seg1
    GfLineSeg seg2
    GfVec3d p1
    GfVec3d p2
    Returns
    Type Description
    bool

    GfFindClosestPoints(GfLineSeg, GfLineSeg, GfVec3d)

    Declaration
    public static bool GfFindClosestPoints(GfLineSeg seg1, GfLineSeg seg2, GfVec3d p1)
    Parameters
    Type Name Description
    GfLineSeg seg1
    GfLineSeg seg2
    GfVec3d p1
    Returns
    Type Description
    bool

    GfFindClosestPoints(GfLineSeg, GfLineSeg)

    Declaration
    public static bool GfFindClosestPoints(GfLineSeg seg1, GfLineSeg seg2)
    Parameters
    Type Name Description
    GfLineSeg seg1
    GfLineSeg seg2
    Returns
    Type Description
    bool

    GfFindClosestPoints(GfRay, GfLine, GfVec3d, GfVec3d, out double, out double)

    Declaration
    public static bool GfFindClosestPoints(GfRay arg0, GfLine arg1, GfVec3d arg2, GfVec3d arg3, out double arg4, out double arg5)
    Parameters
    Type Name Description
    GfRay arg0
    GfLine arg1
    GfVec3d arg2
    GfVec3d arg3
    double arg4
    double arg5
    Returns
    Type Description
    bool

    GfFindClosestPoints(GfRay, GfLineSeg, GfVec3d, GfVec3d, out double, out double)

    Declaration
    public static bool GfFindClosestPoints(GfRay arg0, GfLineSeg arg1, GfVec3d arg2, GfVec3d arg3, out double arg4, out double arg5)
    Parameters
    Type Name Description
    GfRay arg0
    GfLineSeg arg1
    GfVec3d arg2
    GfVec3d arg3
    double arg4
    double arg5
    Returns
    Type Description
    bool

    GfFindClosestPoints(GfRay, GfLine, GfVec3d, GfVec3d, out double)

    Declaration
    public static bool GfFindClosestPoints(GfRay ray, GfLine line, GfVec3d rayPoint, GfVec3d linePoint, out double rayDistance)
    Parameters
    Type Name Description
    GfRay ray
    GfLine line
    GfVec3d rayPoint
    GfVec3d linePoint
    double rayDistance
    Returns
    Type Description
    bool

    GfFindClosestPoints(GfRay, GfLine, GfVec3d, GfVec3d)

    Declaration
    public static bool GfFindClosestPoints(GfRay ray, GfLine line, GfVec3d rayPoint, GfVec3d linePoint)
    Parameters
    Type Name Description
    GfRay ray
    GfLine line
    GfVec3d rayPoint
    GfVec3d linePoint
    Returns
    Type Description
    bool

    GfFindClosestPoints(GfRay, GfLine, GfVec3d)

    Declaration
    public static bool GfFindClosestPoints(GfRay ray, GfLine line, GfVec3d rayPoint)
    Parameters
    Type Name Description
    GfRay ray
    GfLine line
    GfVec3d rayPoint
    Returns
    Type Description
    bool

    GfFindClosestPoints(GfRay, GfLine)

    Declaration
    public static bool GfFindClosestPoints(GfRay ray, GfLine line)
    Parameters
    Type Name Description
    GfRay ray
    GfLine line
    Returns
    Type Description
    bool

    GfFindClosestPoints(GfRay, GfLineSeg, GfVec3d, GfVec3d, out double)

    Declaration
    public static bool GfFindClosestPoints(GfRay ray, GfLineSeg seg, GfVec3d rayPoint, GfVec3d segPoint, out double rayDistance)
    Parameters
    Type Name Description
    GfRay ray
    GfLineSeg seg
    GfVec3d rayPoint
    GfVec3d segPoint
    double rayDistance
    Returns
    Type Description
    bool

    GfFindClosestPoints(GfRay, GfLineSeg, GfVec3d, GfVec3d)

    Declaration
    public static bool GfFindClosestPoints(GfRay ray, GfLineSeg seg, GfVec3d rayPoint, GfVec3d segPoint)
    Parameters
    Type Name Description
    GfRay ray
    GfLineSeg seg
    GfVec3d rayPoint
    GfVec3d segPoint
    Returns
    Type Description
    bool

    GfFindClosestPoints(GfRay, GfLineSeg, GfVec3d)

    Declaration
    public static bool GfFindClosestPoints(GfRay ray, GfLineSeg seg, GfVec3d rayPoint)
    Parameters
    Type Name Description
    GfRay ray
    GfLineSeg seg
    GfVec3d rayPoint
    Returns
    Type Description
    bool

    GfFindClosestPoints(GfRay, GfLineSeg)

    Declaration
    public static bool GfFindClosestPoints(GfRay ray, GfLineSeg seg)
    Parameters
    Type Name Description
    GfRay ray
    GfLineSeg seg
    Returns
    Type Description
    bool
    In This Article
    Back to top
    Copyright © 2023 Unity Technologies — Trademarks and terms of use
    • Legal
    • Privacy Policy
    • Cookie Policy
    • Do Not Sell or Share My Personal Information
    • Your Privacy Choices (Cookie Settings)