public final class AreaConversions extends Object
| Modifier and Type | Method and Description |
|---|---|
static <S> AreaBD |
toAreaBD(PAreaBD<S> a)
Convert an area.
|
static <S> AreaBI |
toAreaBI(PAreaBI<S> a)
Convert an area.
|
static <S> AreaD |
toAreaD(PAreaD<S> a)
Convert an area.
|
static <S> AreaF |
toAreaF(PAreaF<S> a)
Convert an area.
|
static <S> AreaI |
toAreaI(PAreaI<S> a)
Convert an area.
|
static <S> AreaL |
toAreaL(PAreaL<S> a)
Convert an area.
|
static <S> PAreaBD<S> |
toPAreaBD(AreaBD a)
Convert an area.
|
static <S> PAreaBI<S> |
toPAreaBI(AreaBI a)
Convert an area.
|
static <S> PAreaD<S> |
toPAreaD(AreaD a)
Convert an area.
|
static <S> PAreaF<S> |
toPAreaF(AreaF a)
Convert an area.
|
static <S> PAreaI<S> |
toPAreaI(AreaI a)
Convert an area.
|
static <S> PAreaL<S> |
toPAreaL(AreaL a)
Convert an area.
|
public static <S> AreaI toAreaI(PAreaI<S> a)
S - A phantom type parameter indicating the coordinate space of the
areaa - The areapublic static <S> AreaL toAreaL(PAreaL<S> a)
S - A phantom type parameter indicating the coordinate space of the
areaa - The areapublic static <S> AreaD toAreaD(PAreaD<S> a)
S - A phantom type parameter indicating the coordinate space of the
areaa - The areapublic static <S> AreaF toAreaF(PAreaF<S> a)
S - A phantom type parameter indicating the coordinate space of the
areaa - The areapublic static <S> AreaBD toAreaBD(PAreaBD<S> a)
S - A phantom type parameter indicating the coordinate space of the
areaa - The areapublic static <S> AreaBI toAreaBI(PAreaBI<S> a)
S - A phantom type parameter indicating the coordinate space of the
areaa - The areapublic static <S> PAreaI<S> toPAreaI(AreaI a)
S - A phantom type parameter indicating the coordinate space of the
areaa - The areapublic static <S> PAreaL<S> toPAreaL(AreaL a)
S - A phantom type parameter indicating the coordinate space of the
areaa - The areapublic static <S> PAreaD<S> toPAreaD(AreaD a)
S - A phantom type parameter indicating the coordinate space of the
areaa - The areapublic static <S> PAreaF<S> toPAreaF(AreaF a)
S - A phantom type parameter indicating the coordinate space of the
areaa - The areapublic static <S> PAreaBD<S> toPAreaBD(AreaBD a)
S - A phantom type parameter indicating the coordinate space of the
areaa - The areaCopyright © 2017 <code@io7m.com> http://io7m.com