Searched defs:Extents (Results 1 – 1 of 1) sorted by relevance
165 struct Extents struct167 Extents() : width(0), height(0), depth(0) {} in Extents() argument168 Extents(int width_, int height_, int depth_) : width(width_), height(height_), depth(depth_) {} in Extents() function171 Extents &operator=(const Extents &other) = default; argument180 bool operator==(const Extents &lhs, const Extents &rhs); argument