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