MCPcopy Create free account
hub / github.com/alecthomas/entityx / Candidate

Class Candidate

examples/example.cc:167–171  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

165 static const int PARTITIONS = 200;
166
167 struct Candidate {
168 sf::Vector2f position;
169 float radius;
170 ex::Entity entity;
171 };
172
173public:
174 explicit CollisionSystem(sf::RenderTarget &target) : size(target.getSize()) {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected