Dungeon Architect  17.0.0
SharpNav.Collections.BVTree.Node.CompareY Class Reference

An IComparer<T> implementation that only compares two Nodes on the Y axis. More...

Inheritance diagram for SharpNav.Collections.BVTree.Node.CompareY:

Public Member Functions

int Compare (Node x, Node y)
 Compares two nodes's bounds on the Y axis. More...
 

Detailed Description

An IComparer<T> implementation that only compares two Nodes on the Y axis.

Definition at line 234 of file BVTree.cs.

Member Function Documentation

◆ Compare()

int SharpNav.Collections.BVTree.Node.CompareY.Compare ( Node  x,
Node  y 
)

Compares two nodes's bounds on the Y axis.

Parameters
xA node.
yAnother node.
Returns
A negative value if a is less than b; 0 if they are equal; a positive value of a is greater than b.

Definition at line 242 of file BVTree.cs.


The documentation for this class was generated from the following file: