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
QSSGUtils Namespace Reference

Namespaces

namespace  aux
 
namespace  color
 
namespace  mat33
 
namespace  mat44
 
namespace  quat
 
namespace  rect
 
namespace  vec2
 
namespace  vec3
 

Functions

template<typename TDataType >
QSSGDataRef< TDataType > PtrAtOffset (quint8 *baseData, quint32 offset, quint32 byteSize)
 
Q_QUICK3DUTILS_EXPORT const char * nonNull (const char *src)
 
QVector3D degToRad (const QVector3D &v)
 
QVector3D radToDeg (const QVector3D &v)
 

Function Documentation

◆ degToRad()

QVector3D QSSGUtils::degToRad ( const QVector3D & v)
inline

Definition at line 121 of file qssgutils_p.h.

References qDegreesToRadians().

+ Here is the call graph for this function:

◆ nonNull()

Q_QUICK3DUTILS_EXPORT const char * QSSGUtils::nonNull ( const char * src)

◆ PtrAtOffset()

template<typename TDataType >
QSSGDataRef< TDataType > QSSGUtils::PtrAtOffset ( quint8 * baseData,
quint32 offset,
quint32 byteSize )

Definition at line 113 of file qssgutils_p.h.

◆ radToDeg()

QVector3D QSSGUtils::radToDeg ( const QVector3D & v)
inline

Definition at line 125 of file qssgutils_p.h.

References qRadiansToDegrees().

+ Here is the call graph for this function: