MCPcopy Create free account
hub / github.com/OpenShot/libopenshot / ScalePoints

Method ScalePoints

src/TrackedObjectBBox.cpp:230–232  ·  view source on GitHub ↗

Update the TimeScale member variable

Source from the content-addressed store, hash-verified

228
229// Update the TimeScale member variable
230void TrackedObjectBBox::ScalePoints(double time_scale){
231 this->TimeScale = time_scale;
232}
233
234// Load the bounding-boxes information from the protobuf file
235bool TrackedObjectBBox::LoadBoxData(std::string inputFilePath)

Callers 1

SetJsonValueMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected