|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.starhope.appius.physica.TriangulationAlgorithm
org.starhope.appius.physica.QuarticAlgorithm
class QuarticAlgorithm
QuarticAlgorithm class. O(n^4) algorithm. The most brute-force of the algorithms.
Field Summary | |
---|---|
(package private) static String |
algoName
|
(package private) Circle |
c
WRITEME: Document this brpocock@star-hope.org |
(package private) int |
i
WRITEME: Document this brpocock@star-hope.org |
(package private) int |
j
WRITEME: Document this brpocock@star-hope.org |
(package private) int |
k
WRITEME: Document this brpocock@star-hope.org |
(package private) int |
l
WRITEME: Document this brpocock@star-hope.org |
Fields inherited from class org.starhope.appius.physica.TriangulationAlgorithm |
---|
algName, edgeState, insideState, nStates, pointState, state, triangleState, triangulationState |
Constructor Summary | |
---|---|
QuarticAlgorithm(Triangulation t,
int nPoints)
WRITEME: Document this constructor brpocock@star-hope.org |
Method Summary | |
---|---|
void |
reset()
WRITEME: Document this method brpocock@star-hope.org |
void |
triangulate(Triangulation t)
WRITEME: Document this method brpocock@star-hope.org |
Methods inherited from class org.starhope.appius.physica.TriangulationAlgorithm |
---|
nextStep, setAlgorithmState |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
static final String algoName
Circle c
int i
int j
int k
int l
Constructor Detail |
---|
public QuarticAlgorithm(Triangulation t, int nPoints)
t
- WRITEMEnPoints
- WRITEMEMethod Detail |
---|
public void reset()
TriangulationAlgorithm
reset
in class TriangulationAlgorithm
TriangulationAlgorithm.reset()
public void triangulate(Triangulation t)
TriangulationAlgorithm
triangulate
in class TriangulationAlgorithm
t
- WRITEMETriangulationAlgorithm.triangulate(org.starhope.appius.physica.Triangulation)
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |