MCPcopy Create free account
hub / github.com/IENT/YUView / addPolygonVector

Method addPolygonVector

YUViewLib/src/statistics/FrameTypeData.cpp:126–132  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

124}
125
126void FrameTypeData::addPolygonVector(const Polygon &points, int vecX, int vecY)
127{
128 StatsItemPolygonVector vec;
129 vec.corners = points;
130 vec.point = Point(vecX, vecY);
131 polygonVectorData.push_back(vec);
132}
133
134} // namespace stats

Callers 1

loadStatisticDataMethod · 0.80

Calls 1

PointClass · 0.70

Tested by

no test coverage detected