MCPcopy Create free account
hub / github.com/SFML/SFML / ConvexShape

Method ConvexShape

src/SFML/Graphics/ConvexShape.cpp:36–39  ·  view source on GitHub ↗

///////////////////////////////////////////////////////

Source from the content-addressed store, hash-verified

34{
35////////////////////////////////////////////////////////////
36ConvexShape::ConvexShape(std::size_t pointCount)
37{
38 setPointCount(pointCount);
39}
40
41
42////////////////////////////////////////////////////////////

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected