Return true if the reference center lies within the object bound's on all axes.
| 178 | |
| 179 | /// Return true if the reference center lies within the object bound's on all axes. |
| 180 | bool isInScope() const { return ( mScopeMask.mDWord == AllInScope ); } |
| 181 | |
| 182 | /// |
| 183 | bool isInScope( U32 dimension ) const { return mScopeMask.mBytes[ dimension ]; } |
no outgoing calls
no test coverage detected