Qt
Internal/Contributor docs for the Qt SDK. Note: These are NOT official API docs; those are found at https://doc.qt.io/
Loading...
Searching...
No Matches
QT_BEGIN_NAMESPACE::TriangulationData Struct Reference
+ Collaboration diagram for QT_BEGIN_NAMESPACE::TriangulationData:

Classes

struct  Outline
 

Public Attributes

std::vector< QVector3Dvertices
 
std::vector< ExtrudedTextGeometry::IndexTypeindices
 
std::vector< Outlineoutlines
 
std::vector< ExtrudedTextGeometry::IndexTypeoutlineIndices
 
bool inverted
 

Detailed Description

Definition at line 20 of file extrudedtextgeometry.cpp.

Member Data Documentation

◆ indices

std::vector< ExtrudedTextGeometry::IndexType > QT_BEGIN_NAMESPACE::TriangulationData::indices

Definition at line 27 of file extrudedtextgeometry.cpp.

◆ inverted

bool QT_BEGIN_NAMESPACE::TriangulationData::inverted

Definition at line 30 of file extrudedtextgeometry.cpp.

◆ outlineIndices

std::vector< ExtrudedTextGeometry::IndexType > QT_BEGIN_NAMESPACE::TriangulationData::outlineIndices

Definition at line 29 of file extrudedtextgeometry.cpp.

◆ outlines

std::vector< Outline > QT_BEGIN_NAMESPACE::TriangulationData::outlines

Definition at line 28 of file extrudedtextgeometry.cpp.

◆ vertices

std::vector< QVector3D > QT_BEGIN_NAMESPACE::TriangulationData::vertices

Definition at line 26 of file extrudedtextgeometry.cpp.


The documentation for this struct was generated from the following file: