HikoGUI
A low latency retained GUI
Loading...
Searching...
No Matches
module.hpp
1// Copyright Take Vos 2021-2022.
2// Distributed under the Boost Software License, Version 1.0.
3// (See accompanying file LICENSE_1_0.txt or copy at https://www.boost.org/LICENSE_1_0.txt)
4
5#pragma once
6
7#include "alignment.hpp"
8#include "axis.hpp"
9#include "aarectangle.hpp"
10#include "circle.hpp"
11#include "corner_radii.hpp"
12#include "extent2.hpp"
13#include "extent3.hpp"
14#include "line_end_cap.hpp"
15#include "line_join_style.hpp"
16#include "line_segment.hpp"
17#include "lookat.hpp"
18#include "margins.hpp"
19#include "matrix2.hpp"
20#include "matrix3.hpp"
21#include "perspective.hpp"
22#include "point2.hpp"
23#include "point3.hpp"
24#include "quad.hpp"
25#include "rectangle.hpp"
26#include "rotate2.hpp"
27#include "rotate3.hpp"
28#include "scale2.hpp"
29#include "scale3.hpp"
30#include "transform.hpp"
31#include "translate2.hpp"
32#include "translate3.hpp"
33#include "vector2.hpp"
34#include "vector3.hpp"
35
36namespace hi {
37inline namespace v1 {
263}}
Defined the corner_radii type.
Defined the geo::extent, extent2 and extent3 types.
Defined line_end_cap.
Defines line_segment.
Defines line_join_style.
Defined the circle type.
The axis data type.
Defines lookat.
types and utilities for alignment.
Defined the geo::extent, extent2 and extent3 types.
DOXYGEN BUG.
Definition algorithm.hpp:16
geometry/margins.hpp
Definition lookahead_iterator.hpp:5