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

Method TriangleShape

test/Graphics/Shape.test.cpp:15–18  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

13{
14public:
15 explicit TriangleShape(sf::Vector2f size) : m_size(size)
16 {
17 update();
18 }
19
20 std::size_t getPointCount() const override
21 {

Callers

nothing calls this directly

Calls 1

updateFunction · 0.50

Tested by

no test coverage detected