|
FastUIDraw
|
file partitioned_tessellated_path.hpp More...
#include <fastuidraw/util/matrix.hpp>#include <fastuidraw/util/vecN.hpp>#include <fastuidraw/util/c_array.hpp>#include <fastuidraw/util/util.hpp>#include <fastuidraw/util/rect.hpp>#include <fastuidraw/tessellated_path.hpp>#include <fastuidraw/path_enums.hpp>#include <fastuidraw/path_effect.hpp>

Go to the source code of this file.
Classes | |
| class | fastuidraw::PartitionedTessellatedPath |
| A PartitionedTessellatedPath represents partitioning a TessellatedPath for quick computation of what TessellatedPath::segment intersect a region. More... | |
| class | fastuidraw::PartitionedTessellatedPath::Subset |
| A Subset represents a handle to a portion of a PartitionedTessellatedPath. The handle is invalid once the PartitionedTessellatedPath from which it comes goes out of scope. Do not save these handle values without also saving a handle of the PartitionedTessellatedPath from which they come. More... | |
| class | fastuidraw::PartitionedTessellatedPath::SubsetSelection |
Namespaces | |
| fastuidraw | |
| all classes and functions of FastUIDraw are in the namespace fastuidraw. | |
file partitioned_tessellated_path.hpp
Copyright 2019 by Intel.
Contact: kevin.rogovin@gmail.com
This Source Code Form is subject to the terms of the Mozilla Public License, v. 2.0. If a copy of the MPL was not distributed with this file, You can obtain one at http://mozilla.org/MPL/2.0/.
Definition in file partitioned_tessellated_path.hpp.
1.8.13