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

Method testAny

Engine/source/core/bitVector.h:125–125  ·  view source on GitHub ↗

Test this vector's bits against all the corresponding bits in @a vector and return true if any of the bits that are set in @a vector are also set in this vector. @param vector Bit vector of the same size.

Source from the content-addressed store, hash-verified

123 ///
124 /// @param vector Bit vector of the same size.
125 bool testAny( const BitVector& vector ) const { return _test( vector, false ); }
126
127 /// Test this vector's bits against all the corresponding bits
128 /// in @a vector and return true if all of the bits that are

Callers 2

cullCellsMethod · 0.80
prepRenderImageMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected