Seamly2D
Code documentation
vmath.h File Reference
#include <QtMath>
Include dependency graph for vmath.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Macros

#define M_2PI   (6.28318530717958647692) /* 2*pi */
 
#define M_3PI_4   (2.35619449019234492884) /* 3*pi/4 */
 
#define M_3PI_8   (1.17809724509617246442) /* 3*pi/8 */
 
#define M_PI_8   (0.39269908169872415480) /* pi/8 */
 
#define M_4_PI   (1.27323954473516268615) /* 4/pi */
 
#define M_1_SQRT2   (0.70710678118654752440) /* 1/sqrt(2) */
 
#define M_EULER   (0.57721566490153286060)
 

Macro Definition Documentation

◆ M_1_SQRT2

#define M_1_SQRT2   (0.70710678118654752440) /* 1/sqrt(2) */

Definition at line 47 of file vmath.h.

◆ M_2PI

#define M_2PI   (6.28318530717958647692) /* 2*pi */

Definition at line 27 of file vmath.h.

◆ M_3PI_4

#define M_3PI_4   (2.35619449019234492884) /* 3*pi/4 */

Definition at line 31 of file vmath.h.

◆ M_3PI_8

#define M_3PI_8   (1.17809724509617246442) /* 3*pi/8 */

Definition at line 35 of file vmath.h.

◆ M_4_PI

#define M_4_PI   (1.27323954473516268615) /* 4/pi */

Definition at line 43 of file vmath.h.

◆ M_EULER

#define M_EULER   (0.57721566490153286060)

Definition at line 51 of file vmath.h.

◆ M_PI_8

#define M_PI_8   (0.39269908169872415480) /* pi/8 */

Definition at line 39 of file vmath.h.