ISpatialTandemResultTrait

Description

[StaticTemplate]
interface Tinman.Terrain.Util.ISpatialTandemResultTrait<TResult in val>

Type trait for consuming the results of tandem-traversal over the entities in a pair of spatial trees.

Public / Methods

Result​Better


[Pure]
public method ResultBetter → (2)

current in : TResult

The current result value.

result in : TResult

The result value to check.

returns → bool

true if result in is better than or equally good,
false if result in is worse.

Checks if the given tandem traversal result value is better than or equally good as the current value.