Show / Hide Table of Contents

Class MyLineSegmentOverlapResult<T>.MyLineSegmentOverlapResultComparer

Inheritance
System.Object
MyLineSegmentOverlapResult<T>.MyLineSegmentOverlapResultComparer
Namespace: VRageMath
Assembly: VRage.Math.dll
Syntax
public class MyLineSegmentOverlapResultComparer : Object, IComparer<MyLineSegmentOverlapResult<T>>

Constructors

MyLineSegmentOverlapResultComparer()

Declaration
public MyLineSegmentOverlapResultComparer()

Methods

Compare(MyLineSegmentOverlapResult<T>, MyLineSegmentOverlapResult<T>)

Declaration
public int Compare(MyLineSegmentOverlapResult<T> x, MyLineSegmentOverlapResult<T> y)
Parameters
Type Name Description
MyLineSegmentOverlapResult<T> x
MyLineSegmentOverlapResult<T> y
Returns
Type Description
System.Int32
☀
☾
In This Article
Back to top
Generated by DocFX
☀
☾