Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
ConvexShape.test.cpp
File · 0.45
CircleShape.test.cpp
File · 0.45
Shape.test.cpp
File · 0.45
RectangleShape.test.cpp
File · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected