Qt
Internal/Contributor docs for the Qt SDK. Note: These are NOT official API docs; those are found at https://doc.qt.io/
|
Classes | |
struct | Outline |
Public Attributes | |
std::vector< QVector3D > | vertices |
std::vector< ExtrudedTextGeometry::IndexType > | indices |
std::vector< Outline > | outlines |
std::vector< ExtrudedTextGeometry::IndexType > | outlineIndices |
bool | inverted |
Definition at line 20 of file extrudedtextgeometry.cpp.
std::vector< ExtrudedTextGeometry::IndexType > QT_BEGIN_NAMESPACE::TriangulationData::indices |
Definition at line 27 of file extrudedtextgeometry.cpp.
bool QT_BEGIN_NAMESPACE::TriangulationData::inverted |
Definition at line 30 of file extrudedtextgeometry.cpp.
std::vector< ExtrudedTextGeometry::IndexType > QT_BEGIN_NAMESPACE::TriangulationData::outlineIndices |
Definition at line 29 of file extrudedtextgeometry.cpp.
std::vector< Outline > QT_BEGIN_NAMESPACE::TriangulationData::outlines |
Definition at line 28 of file extrudedtextgeometry.cpp.
std::vector< QVector3D > QT_BEGIN_NAMESPACE::TriangulationData::vertices |
Definition at line 26 of file extrudedtextgeometry.cpp.