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 SourceLine
Intersection line.
Declaration
public Line Line
Field Value
| Type | Description |
|---|---|
| Line |
TriangleIndexA
The index of the triangle that was hit.
Declaration
public int TriangleIndexA
Field Value
| Type | Description |
|---|---|
| System.Int32 |
TriangleIndexB
The index of the triangle that was hit.
Declaration
public int TriangleIndexB
Field Value
| Type | Description |
|---|---|
| System.Int32 |