MCPcopy Create free account
hub / github.com/davideberly/GeometricTools / Reset

Method Reset

GTE/Applications/TrackCylinder.cpp:36–44  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

34}
35
36void TrackCylinder::Reset()
37{
38 mInitialYaw = 0.0f;
39 mInitialPitch = 0.0f;
40 mYaw = 0.0f;
41 mPitch = 0.0f;
42 mRoot->localTransform.MakeIdentity();
43 mRoot->Update();
44}
45
46void TrackCylinder::OnSetInitialPoint()
47{

Callers

nothing calls this directly

Calls 2

MakeIdentityMethod · 0.45
UpdateMethod · 0.45

Tested by

no test coverage detected