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
cylindergeometry.cpp File Reference

(07031265838bd0f62206b6073ea5d5e8140b8205)

#include "cylindergeometry_p.h"
#include <limits>
Include dependency graph for cylindergeometry.cpp:

Go to the source code of this file.

Namespaces

namespace  QT_BEGIN_NAMESPACE
 Combined button and popup list for selecting options.

Functions

void QT_BEGIN_NAMESPACE::createCylinderSidesVertices (float *&verticesPtr, int rings, int slices, double topRadius, double bottomRadius, double length)
void QT_BEGIN_NAMESPACE::createCylinderSidesIndices (quint16 *&indicesPtr, int rings, int slices)
void QT_BEGIN_NAMESPACE::createCylinderDiscVertices (float *&verticesPtr, int slices, double topRadius, double bottomRadius, double length, double yPosition)
void QT_BEGIN_NAMESPACE::createCylinderDiscIndices (quint16 *&indicesPtr, int discCenterIndex, int slices, bool isTopCap)