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

Function MakeB2Timer

CommonB2Timer.go:19–23  ·  view source on GitHub ↗

B2Timer.cpp

()

Source from the content-addressed store, hash-verified

17///////////////////////////////////////////////////////////////////////////////
18
19func MakeB2Timer() B2Timer {
20 timer := B2Timer{}
21 timer.Reset()
22 return timer
23}
24
25func (timer *B2Timer) Reset() {
26 timer.m_start = time.Now()

Callers 4

B2TimeOfImpactFunction · 0.85
SolveMethod · 0.85
StepMethod · 0.85
SolveMethod · 0.85

Calls 1

ResetMethod · 0.95

Tested by

no test coverage detected