DistanceAngleCompare Struct
Extends IComparer< T >
A utility struct which defines the default conecast result compare function (not including the tie-breaking step).
Will score first by distance, then by angle.
readonly float EqualDistanceThreshold[Get]
readonly float EqualAngleThreshold[Get]
Constructors & Destructors
DistanceAngleCompare ( float equalDistanceThreshold,
float equalAngleThreshold )