qt.core.math

Undocumented in source.

Members

Functions

qAcos
auto qAcos(T v)
Undocumented in source. Be warned that the author may not have intended to support it.
qAsin
auto qAsin(T v)
Undocumented in source. Be warned that the author may not have intended to support it.
qAtan
auto qAtan(T v)
Undocumented in source. Be warned that the author may not have intended to support it.
qAtan2
auto qAtan2(T1 y, T2 x)
Undocumented in source. Be warned that the author may not have intended to support it.
qCeil
int qCeil(T v)
Undocumented in source. Be warned that the author may not have intended to support it.
qConstexprNextPowerOfTwo
quint32 qConstexprNextPowerOfTwo(quint32 v)
Undocumented in source. Be warned that the author may not have intended to support it.
qConstexprNextPowerOfTwo
quint64 qConstexprNextPowerOfTwo(quint64 v)
Undocumented in source. Be warned that the author may not have intended to support it.
qConstexprNextPowerOfTwo
quint32 qConstexprNextPowerOfTwo(qint32 v)
Undocumented in source. Be warned that the author may not have intended to support it.
qConstexprNextPowerOfTwo
quint64 qConstexprNextPowerOfTwo(qint64 v)
Undocumented in source. Be warned that the author may not have intended to support it.
qCos
auto qCos(T v)
Undocumented in source. Be warned that the author may not have intended to support it.
qExp
auto qExp(T v)
Undocumented in source. Be warned that the author may not have intended to support it.
qFabs
auto qFabs(T v)
Undocumented in source. Be warned that the author may not have intended to support it.
qFloor
int qFloor(T v)
Undocumented in source. Be warned that the author may not have intended to support it.
qLn
auto qLn(T v)
Undocumented in source. Be warned that the author may not have intended to support it.
qNextPowerOfTwo
quint32 qNextPowerOfTwo(qint32 v)
Undocumented in source. Be warned that the author may not have intended to support it.
qNextPowerOfTwo
quint64 qNextPowerOfTwo(qint64 v)
Undocumented in source. Be warned that the author may not have intended to support it.
qPow
auto qPow(T1 x, T2 y)
Undocumented in source. Be warned that the author may not have intended to support it.
qSin
auto qSin(T v)
Undocumented in source. Be warned that the author may not have intended to support it.
qSqrt
auto qSqrt(T v)
Undocumented in source. Be warned that the author may not have intended to support it.
qTan
auto qTan(T v)
Undocumented in source. Be warned that the author may not have intended to support it.

Manifest constants

M_PI
enum M_PI;
Undocumented in source but is binding to C++. You might be able to learn more by searching the web for its name.
QT_SINE_TABLE_SIZE
enum QT_SINE_TABLE_SIZE;
Undocumented in source but is binding to C++. You might be able to learn more by searching the web for its name.

Static variables

qt_sine_table
const(qreal)[QT_SINE_TABLE_SIZE] qt_sine_table;
Undocumented in source but is binding to C++. You might be able to learn more by searching the web for its name.

Meta