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

Method getMiterLimit

src/SFML/Graphics/Shape.cpp:146–149  ·  view source on GitHub ↗

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

Source from the content-addressed store, hash-verified

144
145////////////////////////////////////////////////////////////
146float Shape::getMiterLimit() const
147{
148 return m_miterLimit;
149}
150
151
152////////////////////////////////////////////////////////////

Callers 1

Shape.test.cppFile · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected