Class MyLineSegmentOverlapResult<T>
Inheritance
System.Object
    MyLineSegmentOverlapResult<T>
  Namespace: VRageMath
Assembly: VRage.Math.dll
Syntax
public sealed class MyLineSegmentOverlapResult<T> : ValueTypeType Parameters
| Name | Description | 
|---|---|
| T | 
Fields
Distance
Declaration
public double DistanceField Value
| Type | Description | 
|---|---|
| System.Double | 
DistanceComparer
Declaration
public static MyLineSegmentOverlapResult<T>.MyLineSegmentOverlapResultComparer DistanceComparerField Value
| Type | Description | 
|---|---|
| MyLineSegmentOverlapResult.MyLineSegmentOverlapResultComparer<> | 
Element
Declaration
public T ElementField Value
| Type | Description | 
|---|---|
| T |