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

Method getPointCount

test/Graphics/Shape.test.cpp:20–23  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

18 }
19
20 std::size_t getPointCount() const override
21 {
22 return 3;
23 }
24
25 sf::Vector2f getPoint(std::size_t index) const override
26 {

Callers 4

Shape.test.cppFile · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected