MCPcopy Create free account
hub / github.com/ByteArena/box2d / GetMilliseconds

Method GetMilliseconds

CommonB2Timer.go:29–31  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

27}
28
29func (timer B2Timer) GetMilliseconds() float64 {
30 return time.Now().Sub(timer.m_start).Seconds() * 1000
31}

Callers 4

B2TimeOfImpactFunction · 0.80
SolveMethod · 0.80
StepMethod · 0.80
SolveMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected