Torque2D Reference
|
This is the complete list of members for BitMatrix, including all inherited members.
BitMatrix(const U32 width, const U32 height) | BitMatrix | inline |
clearAllBits() | BitMatrix | inline |
clearBit(const U32 x, const U32 y) | BitMatrix | inline |
isAnySetCol(const U32 x) | BitMatrix | inline |
isAnySetRow(const U32 y) | BitMatrix | inline |
isSet(const U32 x, const U32 y) const | BitMatrix | inline |
setAllBits() | BitMatrix | inline |
setBit(const U32 x, const U32 y) | BitMatrix | inline |
~BitMatrix() | BitMatrix | inline |