MCPcopy Create free account
hub / github.com/TankOs/SFGUI / PrimitiveVertex

Method PrimitiveVertex

src/SFGUI/PrimitiveVertex.cpp:5–8  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

3namespace sfg {
4
5PrimitiveVertex::PrimitiveVertex() :
6 color( sf::Color::White )
7{
8}
9
10PrimitiveVertex::PrimitiveVertex( const PrimitiveVertex& other ) :
11 position( other.position ),

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected