Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Tencent/libpag
/ getValueAt
Method
getValueAt
src/base/keyframes/SpatialPointKeyframe.cpp:29–32 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
27
}
28
29
Point SpatialPointKeyframe::getValueAt(Frame time) {
30
auto progress = getProgress(time);
31
return spatialBezier->getPosition(progress);
32
}
33
} // namespace pag
Callers
15
WriteProperty
Function · 0.45
ReadTagsOfLayer
Function · 0.45
GetFontList
Function · 0.45
getTextDocument
Method · 0.45
visibleAt
Method · 0.45
transformBounds
Method · 0.45
visibleAt
Method · 0.45
transformBounds
Method · 0.45
visibleAt
Method · 0.45
transformBounds
Method · 0.45
visibleAt
Method · 0.45
transformBounds
Method · 0.45
Calls
1
getPosition
Method · 0.45
Tested by
no test coverage detected