mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-27 04:01:08 +00:00
added G_SQRT2 and other numeric constants to sync gobject2gtk with paranormal
Original commit message from CVS: added G_SQRT2 and other numeric constants to sync gobject2gtk with paranormal
This commit is contained in:
parent
411b41d463
commit
dceac416d5
1 changed files with 7 additions and 1 deletions
|
@ -6,7 +6,13 @@
|
|||
#define G_MAXUINT UINT_MAX
|
||||
#define G_MAXULONG ULONG_MAX
|
||||
|
||||
#define G_PI 3.14159265358979323846E0
|
||||
#define G_E 2.7182818284590452354E0
|
||||
#define G_LN2 6.9314718055994530942E-1
|
||||
#define G_LN10 2.3025850929940456840E0
|
||||
#define G_PI 3.14159265358979323846E0
|
||||
#define G_PI_2 1.57079632679489661923E0
|
||||
#define G_PI_4 0.78539816339744830962E0
|
||||
#define G_SQRT2 1.4142135623730950488E0
|
||||
|
||||
typedef struct _GObject GObject;
|
||||
typedef struct _GObjectClass GObjectClass;
|
||||
|
|
Loading…
Reference in a new issue