Traits template to implement the Vertex concept. More...
Traits template to implement the Vertex concept.
Specializations of this class template shall contain a method with a signature compatible to the following one. The returned value represents the position of the user-defined vertex.
By default, a member function V::getPosition() is invoked.
The traits template is already specialized for sf::Vector2f.