Search Results for

    Show / Hide Table of Contents

    Struct SurfaceLineIntersection

    Intersection line of the surface.

    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: ProjectDawn.Geometry3D
    Assembly: ProjectDawn.Geometry.dll
    Syntax
    public struct SurfaceLineIntersection

    Fields

    | Improve this Doc View Source

    Line

    Intersection line.

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

    TriangleIndexA

    The index of the triangle that was hit.

    Declaration
    public int TriangleIndexA
    Field Value
    Type Description
    System.Int32
    | Improve this Doc View Source

    TriangleIndexB

    The index of the triangle that was hit.

    Declaration
    public int TriangleIndexB
    Field Value
    Type Description
    System.Int32
    • Improve this Doc
    • View Source
    In This Article
    Back to top Copyright © ProjectDawn.
    Generated by DocFX