public final class PAreaSizesL extends Object
| Modifier and Type | Method and Description |
|---|---|
static <S> boolean |
includes(PAreaSizeL<S> a,
PAreaSizeL<S> b)
Determine if an area includes another area.
|
public static <S> boolean includes(PAreaSizeL<S> a, PAreaSizeL<S> b)
Determine if an area includes another area.
Inclusion is reflexive: ∀a. includes(a, a)
Inclusion is transitive: ∀a b c. includes(a, b) ∧ includes(b, c)
→ includes(a, c)
S - A phantom type parameter indicating the coordinate space of the
areaa - The containing areab - The contained areatrue if a can contain bCopyright © 2017 <code@io7m.com> http://io7m.com