Search Results for

    Show / Hide Table of Contents

    Struct LineUtil.Line

    Inherited Members
    System.ValueType.Equals(System.Object)
    System.ValueType.GetHashCode()
    System.ValueType.ToString()
    System.Object.Equals(System.Object, System.Object)
    System.Object.ReferenceEquals(System.Object, System.Object)
    System.Object.GetType()
    Namespace: PLATEAU.Util.GeoGraph
    Assembly: cs.temp.dll.dll
    Syntax
    public struct Line

    Constructors

    Line(in Vector3, in Vector3)

    Declaration
    public Line(in Vector3 p0, in Vector3 p1)
    Parameters
    Type Name Description
    Vector3 p0
    Vector3 p1

    Properties

    DirectionA2B

    Declaration
    public readonly Vector3 DirectionA2B { get; }
    Property Value
    Type Description
    Vector3

    DirectionB2A

    Declaration
    public readonly Vector3 DirectionB2A { get; }
    Property Value
    Type Description
    Vector3

    Mag

    Declaration
    public readonly float Mag { get; }
    Property Value
    Type Description
    System.Single

    P0

    Declaration
    public readonly Vector3 P0 { get; }
    Property Value
    Type Description
    Vector3

    P1

    Declaration
    public readonly Vector3 P1 { get; }
    Property Value
    Type Description
    Vector3

    SqrMag

    Declaration
    public readonly float SqrMag { get; }
    Property Value
    Type Description
    System.Single

    VecA2B

    Declaration
    public readonly Vector3 VecA2B { get; }
    Property Value
    Type Description
    Vector3

    VecB2A

    Declaration
    public readonly Vector3 VecB2A { get; }
    Property Value
    Type Description
    Vector3
    In This Article
    Back to top PLATEAU SDK for Unity