1/* graphene
2 *
3 * SPDX-License-Identifier: MIT
4 *
5 * Copyright 2014 Emmanuele Bassi
6 *
7 * Permission is hereby granted, free of charge, to any person obtaining a copy
8 * of this software and associated documentation files (the "Software"), to deal
9 * in the Software without restriction, including without limitation the rights
10 * to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
11 * copies of the Software, and to permit persons to whom the Software is
12 * furnished to do so, subject to the following conditions:
13 *
14 * The above copyright notice and this permission notice shall be included in
15 * all copies or substantial portions of the Software.
16 *
17 * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
18 * IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
19 * FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
20 * AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
21 * LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
22 * OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
23 * THE SOFTWARE.
24 */
25
26#ifndef __GRAPHENE_H__
27#define __GRAPHENE_H__
28
29#define GRAPHENE_H_INSIDE
30
31#include "graphene-types.h"
32#include "graphene-macros.h"
33#include "graphene-config.h"
34#include "graphene-version.h"
35#include "graphene-version-macros.h"
36
37#include "graphene-simd4f.h"
38#include "graphene-simd4x4f.h"
39
40#include "graphene-vec2.h"
41#include "graphene-vec3.h"
42#include "graphene-vec4.h"
43
44#include "graphene-matrix.h"
45
46#include "graphene-point.h"
47#include "graphene-size.h"
48#include "graphene-rect.h"
49
50#include "graphene-point3d.h"
51#include "graphene-quad.h"
52#include "graphene-quaternion.h"
53#include "graphene-euler.h"
54#include "graphene-plane.h"
55#include "graphene-frustum.h"
56#include "graphene-sphere.h"
57#include "graphene-box.h"
58#include "graphene-triangle.h"
59#include "graphene-ray.h"
60
61#undef GRAPHENE_H_INSIDE
62
63#endif /* __GRAPHENE_H__ */
64

source code of gtk/subprojects/graphene/include/graphene.h