C# Class RVO.KdTree.FloatPair

Datei anzeigen Open project: snape/RVO2-CS

Public Methods

Method Description
operator ( ) : bool

Returns true if the first pair of scalar values is less * than the second pair of scalar values.

Private Methods

Method Description
FloatPair ( float a, float b ) : System

Constructs and initializes a pair of scalar * values.

Method Details

operator() public static method

Returns true if the first pair of scalar values is less * than the second pair of scalar values.
public static operator ( ) : bool
return bool