HikoGUI
A low latency retained GUI
Loading...
Searching...
No Matches
line_end_cap.hpp
Go to the documentation of this file.
1// Copyright Take Vos 2021.
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
9#pragma once
10
11#include "../macros.hpp"
12
13hi_export_module(hikogui.geometry : line_end_cap);
14
15hi_export namespace hi {
16inline namespace v1 {
17
21enum class line_end_cap {
24 flat,
25
28 round
29};
30
31}} // namespace hi::inline v1
32
line_end_cap
The way two lines should be joined.
Definition line_end_cap.hpp:21
@ flat
The end cap of the line is flat.
@ round
The end cap of the line is round.
The HikoGUI namespace.
Definition array_generic.hpp:20
DOXYGEN BUG.
Definition algorithm_misc.hpp:20