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"
10#include "circle.hpp"
11#include "corner_radii.hpp"
12#include "extent.hpp"
13#include "identity.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 "matrix.hpp"
20#include "perspective.hpp"
21#include "point.hpp"
22#include "quad.hpp"
23#include "rectangle.hpp"
24#include "rotate.hpp"
25#include "scale.hpp"
26#include "transform.hpp"
27#include "translate.hpp"
28#include "vector.hpp"
29
30namespace hi {
31inline namespace v1 {
259}}
Defines identity type.
Defined the geo::extent, extent2 and extent3 types.
Defined the corner_radii type.
Defined line_end_cap.
Defines line_segment.
Defines line_join_style.
Defined the circle type.
The axis data type.
Defines geo::matrix, matrix2 and matrix3.
Defines lookat.
types and utilities for alignment.
DOXYGEN BUG.
Definition algorithm.hpp:13
geometry/margins.hpp
Definition cache.hpp:11