Search Results for

    Show / Hide Table of Contents

    Class Geometry

    Inheritance
    System.Object
    Geometry
    Inherited Members
    System.Object.Equals(System.Object)
    System.Object.Equals(System.Object, System.Object)
    System.Object.GetHashCode()
    System.Object.GetType()
    System.Object.MemberwiseClone()
    System.Object.ReferenceEquals(System.Object, System.Object)
    System.Object.ToString()
    Namespace: Oasys.SDK
    Assembly: Oasys.SDK.dll
    Syntax
    public static class Geometry

    Methods

    DistanceFromPointToLine(Vector2, Vector2[])

    Declaration
    public static double DistanceFromPointToLine(Vector2 point, Vector2[] Line)
    Parameters
    Type Name Description
    SharpDX.Vector2 point
    SharpDX.Vector2[] Line
    Returns
    Type Description
    System.Double
    ☀
    ☾
    In This Article
    Back to top
    Generated by DocFX
    ☀
    ☾