|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objecthmi.neurophysics.FittsLaw
public final class FittsLaw
| Constructor Summary | |
|---|---|
private |
FittsLaw()
|
| Method Summary | |
|---|---|
static double |
getTime(double a,
double b,
double D,
double W,
double H)
Get the time needed for a 3d pointing action, using a variation on Fitts' Law: ID=log2(D/min(W,H)+1) T=a+b*ID |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
private FittsLaw()
| Method Detail |
|---|
public static double getTime(double a,
double b,
double D,
double W,
double H)
a - emperically determined constantb - emperically determined constantD - pointing distanceW - width of the area to point toH - height of the area to point to
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||