|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.bulletphysics.linearmath.Clock
public class Clock
Constructor Summary | |
---|---|
Clock()
|
Method Summary | |
---|---|
long |
getTimeMicroseconds()
Returns the time in us since the last call to reset or since the Clock was created. |
long |
getTimeMilliseconds()
Returns the time in ms since the last call to reset or since the Clock was created. |
void |
reset()
|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public Clock()
Method Detail |
---|
public void reset()
public long getTimeMilliseconds()
public long getTimeMicroseconds()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |