MCPcopy Create free account
hub / github.com/OpenApoc/OpenApoc / getBounds

Method getBounds

game/state/tilemap/tileobject.h:80–80  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

78 virtual Vec3<float> getVoxelOffset() const { return bounds_div_2; }
79 virtual Vec3<float> getVoxelCentrePosition() const { return {0.0, 0.0, 0.0}; }
80 Vec3<float> getBounds() const { return bounds; }
81
82 virtual const UString &getName() { return this->name; }
83

Callers 1

setPositionMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected