extents_t Class Reference
Detailed Descriptionextents_t is an equality comparable class for storing intrinsic geometry about a graphical element. Each extents_t is comprised of two slices. A slice stores intrinsic geometry about a graphical element for in a single direction, either vertically or horizontally.
Definition at line 75 of file extents.hpp. Member Function Documentation§ height() [1/2]
Definition at line 101 of file extents.hpp. § height() [2/2]
Definition at line 104 of file extents.hpp. § horizontal() [1/2]
Definition at line 96 of file extents.hpp. § horizontal() [2/2]
Definition at line 99 of file extents.hpp. § vertical() [1/2]
Definition at line 95 of file extents.hpp. § vertical() [2/2]
Definition at line 98 of file extents.hpp. § width() [1/2]
Definition at line 102 of file extents.hpp. § width() [2/2]
Definition at line 105 of file extents.hpp. Friends And Related Function Documentation§ operator==Member Data Documentation§ slice_m
The two slices that comprise this extents. Definition at line 93 of file extents.hpp. |