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

Method ScalePoints

src/TrackedObjectBase.h:69–69  ·  view source on GitHub ↗

Scale an object's property

Source from the content-addressed store, hash-verified

67
68 /// Scale an object's property
69 virtual void ScalePoints(double scale) { return; };
70 /// Return the main properties of a TrackedObjectBBox instance - such as position, size and rotation
71 virtual std::map<std::string, float> GetBoxValues(int64_t frame_number) const { std::map<std::string, float> ret; return ret; };
72 /// Add a bounding box to the tracked object's BoxVec map

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected