public final class PAreaSizesD
extends java.lang.Object
| Modifier and Type | Method | Description |
|---|---|---|
static <S> boolean |
includes(PAreaSizeD<S> a,
PAreaSizeD<S> b) |
Determine if an area includes another area.
|
public static <S> boolean includes(PAreaSizeD<S> a, PAreaSizeD<S> b)
Determine if an area includes another area.
Inclusion is reflexive: \u2200a. includes(a, a)
Inclusion is transitive: \u2200a b c. includes(a, b) \u2227 includes(b, c)
\u2192 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