Search Results for

    Show / Hide Table of Contents

    Class GeometryUtils

    Inheritance
    object
    GeometryUtils
    Inherited Members
    object.Equals(object)
    object.Equals(object, object)
    object.GetHashCode()
    object.GetType()
    object.MemberwiseClone()
    object.ReferenceEquals(object, object)
    object.ToString()
    Namespace: ProjectDawn.Navigation
    Assembly: ProjectDawn.Navigation.dll
    Syntax
    public class GeometryUtils

    Methods

    | Improve this Doc View Source

    ClosestPointOnSegment(float3, float3, float3)

    Declaration
    public static float3 ClosestPointOnSegment(float3 from, float3 to, float3 point)
    Parameters
    Type Name Description
    float3 from
    float3 to
    float3 point
    Returns
    Type Description
    float3
    | Improve this Doc View Source

    SegmentSegmentCPA(out float3, out float3, float3, float3, float3, float3)

    Declaration
    public static bool SegmentSegmentCPA(out float3 c0, out float3 c1, float3 p0, float3 p1, float3 q0, float3 q1)
    Parameters
    Type Name Description
    float3 c0
    float3 c1
    float3 p0
    float3 p1
    float3 q0
    float3 q1
    Returns
    Type Description
    bool
    • Improve this Doc
    • View Source
    In This Article
    Back to top Copyright © ProjectDawn.
    Generated by DocFX