C# Class GameMath.BoxIntersection

Afficher le fichier Open project: npruehs/game-math

Méthodes publiques

Méthode Description
Intersects ( this first, BoxF second ) : bool

Checks whether the two specified boxes at least partially intersect each other.

Intersects ( this first, BoxI second ) : bool

Checks whether the two specified boxes at least partially intersect each other.

Method Details

Intersects() public static méthode

Checks whether the two specified boxes at least partially intersect each other.
public static Intersects ( this first, BoxF second ) : bool
first this /// First box to check. ///
second BoxF /// Second box to check. ///
Résultat bool

Intersects() public static méthode

Checks whether the two specified boxes at least partially intersect each other.
public static Intersects ( this first, BoxI second ) : bool
first this /// First box to check. ///
second BoxI /// Second box to check. ///
Résultat bool