Adobe Source Libraries 1.49.0
A collection of C++ libraries.
|
A utility class for referencing the two slices of a extents_t. More...
#include <adobe/extents.hpp>
Public Types | |
enum | slice_select_t { horizontal , vertical } |
Definition at line 60 of file extents.hpp.
enum slice_select_t |
Enumerator | |
---|---|
horizontal | An index used to reference the horizontal extents_t::slice_t in a extents_t. |
vertical | An index used to reference the vertical extents_t::slice_t in a extents_t. |
Definition at line 61 of file extents.hpp.