MCPcopy Create free account
hub / github.com/TorqueGameEngines/Torque3D / intersect

Method intersect

Engine/source/ts/tsIntegerSet.cpp:77–81  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

75}
76
77void TSIntegerSet::intersect(const TSIntegerSet & otherSet)
78{
79 for (S32 i=0; i<MAX_TS_SET_DWORDS; i++)
80 bits[i] &= otherSet.bits[i];
81}
82
83void TSIntegerSet::overlap(const TSIntegerSet & otherSet)
84{

Callers 4

computeBoundsMethod · 0.45
_initMethod · 0.45
updateGridMethod · 0.45
castRayBlockMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected