public class OrientationUtil
extends java.lang.Object
Constructor and Description |
---|
OrientationUtil() |
Modifier and Type | Method and Description |
---|---|
static double |
angleBetween(Orientation one,
Orientation two) |
static boolean |
areEqual(Orientation one,
Orientation two) |
static boolean |
areOrthogonal(Orientation one,
Orientation two) |
static boolean |
areOrthogonal(Orientation one,
Orientation two,
double tol) |
static ChannelImpl |
flip(Channel chan) |
static Orientation |
flip(Orientation orient) |
static Orientation |
getEast() |
static Orientation |
getNorth() |
static Orientation |
getUp() |
static java.util.List<ChannelImpl> |
inOrientation(OrientationRange orient,
java.util.List<ChannelImpl> chans) |
static java.lang.String |
toString(Orientation orientation) |
public static java.util.List<ChannelImpl> inOrientation(OrientationRange orient, java.util.List<ChannelImpl> chans)
public static boolean areEqual(Orientation one, Orientation two)
public static boolean areOrthogonal(Orientation one, Orientation two)
public static boolean areOrthogonal(Orientation one, Orientation two, double tol)
public static double angleBetween(Orientation one, Orientation two)
public static Orientation getUp()
public static Orientation getNorth()
public static Orientation getEast()
public static Orientation flip(Orientation orient)
public static ChannelImpl flip(Channel chan)
public static java.lang.String toString(Orientation orientation)