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

Method Reset

GTE/Applications/TrackBall.cpp:29–34  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

27}
28
29void TrackBall::Reset()
30{
31 mInitialOrientation.MakeIdentity();
32 mRoot->localTransform.MakeIdentity();
33 mRoot->Update();
34}
35
36void TrackBall::OnSetInitialPoint()
37{

Callers

nothing calls this directly

Calls 2

MakeIdentityMethod · 0.45
UpdateMethod · 0.45

Tested by

no test coverage detected