C# Класс GameMath.BoxIntersection

Показать файл Открыть проект

Открытые методы

Метод Описание
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.

Описание методов

Intersects() публичный статический Метод

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. ///
Результат bool

Intersects() публичный статический Метод

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. ///
Результат bool