FastUIDraw
Classes | Namespaces
tessellated_path.hpp File Reference

file tessellated_path.hpp More...

#include <fastuidraw/util/fastuidraw_memory.hpp>
#include <fastuidraw/util/rect.hpp>
#include <fastuidraw/util/vecN.hpp>
#include <fastuidraw/util/c_array.hpp>
#include <fastuidraw/util/reference_counted.hpp>
#include <fastuidraw/path_enums.hpp>
Include dependency graph for tessellated_path.hpp:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  fastuidraw::TessellatedPath::cap
 Represents the geometric data for a cap. More...
 
class  fastuidraw::TessellatedPath::join
 Represents the geometric data for a join. More...
 
class  fastuidraw::TessellatedPath::Refiner
 
class  fastuidraw::TessellatedPath::segment
 Represents segment of a tessellated or arc-tessellated path. More...
 
class  fastuidraw::TessellatedPath::segment_chain
 
class  fastuidraw::TessellatedPath::SegmentStorage
 A wrapper over a dynamic array of segment objects; segment values added to SegmentStorage must be added in order of time along the domain of a PathContour::interpolator_base. More...
 
class  fastuidraw::TessellatedPath
 An TessellatedPath represents the tessellation of a Path into line segments and arcs. More...
 
class  fastuidraw::TessellatedPath::TessellationParams
 A TessellationParams stores how finely to tessellate the curves of a path. More...
 

Namespaces

 fastuidraw
 all classes and functions of FastUIDraw are in the namespace fastuidraw.
 

Detailed Description

file tessellated_path.hpp

Copyright 2018 by Intel.

Contact: kevin.nosp@m..rog.nosp@m.ovin@.nosp@m.gmai.nosp@m.l.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/.

Author
Kevin Rogovin kevin.nosp@m..rog.nosp@m.ovin@.nosp@m.gmai.nosp@m.l.com

Definition in file tessellated_path.hpp.