Qt
Internal/Contributor docs for the Qt SDK. <b>Note:</b> These are NOT official API docs; those are found <a href='https://doc.qt.io/'>here</a>.
Loading...
Searching...
No Matches
QQuick3DGeometryPrivate::Subset Struct Reference

#include <qquick3dgeometry_p.h>

+ Collaboration diagram for QQuick3DGeometryPrivate::Subset:

Public Attributes

QString name
 
QVector3D boundsMin
 
QVector3D boundsMax
 
quint32 offset
 
quint32 count
 

Detailed Description

Definition at line 31 of file qquick3dgeometry_p.h.

Member Data Documentation

◆ boundsMax

QVector3D QQuick3DGeometryPrivate::Subset::boundsMax

Definition at line 34 of file qquick3dgeometry_p.h.

◆ boundsMin

QVector3D QQuick3DGeometryPrivate::Subset::boundsMin

Definition at line 33 of file qquick3dgeometry_p.h.

◆ count

quint32 QQuick3DGeometryPrivate::Subset::count

Definition at line 36 of file qquick3dgeometry_p.h.

◆ name

QString QQuick3DGeometryPrivate::Subset::name

Definition at line 32 of file qquick3dgeometry_p.h.

◆ offset

quint32 QQuick3DGeometryPrivate::Subset::offset

Definition at line 35 of file qquick3dgeometry_p.h.


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