C# Class RVO.KdTree.FloatPair

Afficher le fichier Open project: snape/RVO2-CS

Méthodes publiques

Méthode Description
operator ( ) : bool

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

Private Methods

Méthode Description
FloatPair ( float a, float b ) : System

Constructs and initializes a pair of scalar * values.

Method Details

operator() public static méthode

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