Search Results for

    Show / Hide Table of Contents

    Struct ProjectionInfo

    Holds info for the ProjectOn method.

    Inherited Members
    System.ValueType.Equals(System.Object)
    System.ValueType.GetHashCode()
    System.ValueType.ToString()
    System.Object.Equals(System.Object, System.Object)
    System.Object.GetType()
    System.Object.ReferenceEquals(System.Object, System.Object)
    Namespace: Oasys.Common.Extensions
    Assembly: Oasys.Common.dll
    Syntax
    public struct ProjectionInfo

    Fields

    IsOnSegment

    Returns if the point is on the segment

    Declaration
    public bool IsOnSegment
    Field Value
    Type Description
    System.Boolean

    LinePoint

    Line point

    Declaration
    public Vector2 LinePoint
    Field Value
    Type Description
    SharpDX.Vector2

    SegmentPoint

    Segment point

    Declaration
    public Vector2 SegmentPoint
    Field Value
    Type Description
    SharpDX.Vector2

    Extension Methods

    Extensions.ClearFlags<T>(T, T)
    Extensions.GetFlagDescription<T>(T)
    Extensions.GetFlags<T>(T)
    Extensions.In<T>(T, T[])
    Extensions.SetFlags<T>(T, T, Boolean)
    ☀
    ☾
    In This Article
    Back to top
    Generated by DocFX
    ☀
    ☾