|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectedu.sc.seis.fissuresUtil.bag.OrientationUtil
public class OrientationUtil
| Constructor Summary | |
|---|---|
OrientationUtil()
|
|
| Method Summary | |
|---|---|
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)
|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public OrientationUtil()
| Method Detail |
|---|
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)
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||