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

Method operator==

source/EngineInterface/SimulationParametersZone.h:80–80  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

78 float height = 200.0f;
79
80 bool operator==(RectangularSpot const& other) const { return width == other.width && height == other.height; }
81 bool operator!=(RectangularSpot const& other) const { return !operator==(other); }
82};
83

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected