Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/davideberly/GeometricTools
/ PopMotion
Method
PopMotion
GTE/Applications/CameraRig.cpp:56–60 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
54
}
55
56
bool CameraRig::PopMotion(int32_t trigger)
57
{
58
auto element = mIndirectMap.find(trigger);
59
return (element != mIndirectMap.end() ? SetInactive(element->second) : false);
60
}
61
62
bool CameraRig::Move()
63
{
Callers
4
OnKeyUp
Method · 0.80
OnKeyUp
Method · 0.80
OnKeyUp
Method · 0.80
OnKeyUp
Method · 0.80
Calls
1
end
Method · 0.80
Tested by
no test coverage detected