Search Results for

    Show / Hide Table of Contents

    Struct Portal

    Inherited Members
    ValueType.Equals(object)
    ValueType.GetHashCode()
    ValueType.ToString()
    object.Equals(object, object)
    object.GetType()
    object.ReferenceEquals(object, object)
    Namespace: ProjectDawn.Navigation
    Assembly: ProjectDawn.Navigation.dll
    Syntax
    public struct Portal

    Constructors

    | Improve this Doc View Source

    Portal(float3)

    Declaration
    public Portal(float3 point)
    Parameters
    Type Name Description
    float3 point
    | Improve this Doc View Source

    Portal(float3, float3)

    Declaration
    public Portal(float3 left, float3 right)
    Parameters
    Type Name Description
    float3 left
    float3 right

    Fields

    | Improve this Doc View Source

    Left

    Declaration
    public float3 Left
    Field Value
    Type Description
    float3
    | Improve this Doc View Source

    Right

    Declaration
    public float3 Right
    Field Value
    Type Description
    float3

    Methods

    | Improve this Doc View Source

    GetClosestPortalPoint(float3)

    Returns closest point from position to portal line.

    Declaration
    public float3 GetClosestPortalPoint(float3 position)
    Parameters
    Type Name Description
    float3 position
    Returns
    Type Description
    float3
    • Improve this Doc
    • View Source
    In This Article
    Back to top Copyright © ProjectDawn.
    Generated by DocFX