|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.starhope.appius.physica.LeachVector
class LeachVector
Vector class. A few elementary vector operations.
Field Summary | |
---|---|
(package private) double |
u
WRITEME: Document this brpocock@star-hope.org |
(package private) double |
v
WRITEME: Document this brpocock@star-hope.org |
Constructor Summary | |
---|---|
LeachVector()
WRITEME: Document this constructor brpocock@star-hope.org |
|
LeachVector(double newU,
double newV)
WRITEME: Document this constructor brpocock@star-hope.org |
|
LeachVector(Point2D.Double p1,
Point2D.Double p2)
WRITEME: Document this constructor brpocock@star-hope.org |
Method Summary | |
---|---|
(package private) double |
crossProduct(LeachVector newV)
WRITEME: Document this method brpocock@star-hope.org |
(package private) static double |
crossProduct(Point2D.Double p1,
Point2D.Double p2,
Point2D.Double p3)
WRITEME: Document this method brpocock@star-hope.org |
(package private) double |
dotProduct(LeachVector newV)
WRITEME: Document this method brpocock@star-hope.org |
(package private) static double |
dotProduct(Point2D.Double p1,
Point2D.Double p2,
Point2D.Double p3)
WRITEME: Document this method brpocock@star-hope.org |
(package private) void |
setPoints(Point2D.Double p1,
Point2D.Double p2)
WRITEME: Document this method brpocock@star-hope.org |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
double u
double v
Constructor Detail |
---|
LeachVector()
LeachVector(double newU, double newV)
newU
- WRITEMEnewV
- WRITEMELeachVector(Point2D.Double p1, Point2D.Double p2)
p1
- WRITEMEp2
- WRITEMEMethod Detail |
---|
static double crossProduct(Point2D.Double p1, Point2D.Double p2, Point2D.Double p3)
p1
- WRITEMEp2
- WRITEMEp3
- WRITEME
static double dotProduct(Point2D.Double p1, Point2D.Double p2, Point2D.Double p3)
p1
- WRITEMEp2
- WRITEMEp3
- WRITEME
double crossProduct(LeachVector newV)
newV
- WRITEME
double dotProduct(LeachVector newV)
newV
- WRITEME
void setPoints(Point2D.Double p1, Point2D.Double p2)
p1
- WRITEMEp2
- WRITEME
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |