Changeset ef94e7 for src/base/vector.hpp
- Timestamp:
- Jul 4, 2012, 6:10:39 PM (13 years ago)
- Children:
- 0260d3
- Parents:
- 290aa3
- File:
-
- 1 edited
-
src/base/vector.hpp (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
src/base/vector.hpp
r290aa3 ref94e7 106 106 } 107 107 108 bool IsInBounds(const Vector& begin, const Vector& end) const 109 { 110 return this->IsComponentwiseGreaterOrEqual(begin) && 111 this->IsComponentwiseLessOrEqual(end); 112 } 108 113 109 114 Vector MaxComponentwise(const Vector& rhs) const
Note:
See TracChangeset
for help on using the changeset viewer.
