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

Method Update

GTE/Applications/TrackObject.h:99–102  ·  view source on GitHub ↗

Update the root in the scene graph sense.

Source from the content-addressed store, hash-verified

97
98 // Update the root in the scene graph sense.
99 inline void Update(double applicationTime = 0.0)
100 {
101 mRoot->Update(applicationTime);
102 }
103
104 // Set the initial point of the track object. The current track
105 // object orientation is recorded.

Callers 7

OnDisplayMethod · 0.45
ResetMethod · 0.45
ResetMethod · 0.45
Window3Method · 0.45
OnResizeMethod · 0.45
OnMouseMotionMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected