MCPcopy Create free account
hub / github.com/chrxh/alien / operator==

Method operator==

source/EngineInterface/RadiationSource.h:22–22  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

20 float height = 200.0f;
21
22 bool operator==(RectangularRadiationSource const& other) const { return width == other.width && height == other.height; }
23 bool operator!=(RectangularRadiationSource const& other) const { return !operator==(other); }
24};
25

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected