MCPcopy 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
29Point SpatialPointKeyframe::getValueAt(Frame time) {
30 auto progress = getProgress(time);
31 return spatialBezier->getPosition(progress);
32}
33} // namespace pag

Callers 15

WritePropertyFunction · 0.45
ReadTagsOfLayerFunction · 0.45
GetFontListFunction · 0.45
getTextDocumentMethod · 0.45
visibleAtMethod · 0.45
transformBoundsMethod · 0.45
visibleAtMethod · 0.45
transformBoundsMethod · 0.45
visibleAtMethod · 0.45
transformBoundsMethod · 0.45
visibleAtMethod · 0.45
transformBoundsMethod · 0.45

Calls 1

getPositionMethod · 0.45

Tested by

no test coverage detected