HikoGUI
A low latency retained GUI
Loading...
Searching...
No Matches
line_join_style.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"
12namespace hi {
13inline namespace v1 {
14
19{
22 none,
23
26 bevel,
27
30 miter,
31
34 round
35};
36
37}}
38
line_join_style
The way two lines should be joined.
Definition line_join_style.hpp:19
@ miter
The outer edge of both lines are extended until they meet to form a sharp corner.
@ bevel
The outer vertices of both lines are connected and filled in to make a blunt corner.
@ round
The end cap of the line is round.
DOXYGEN BUG.
Definition algorithm.hpp:16
geometry/margins.hpp
Definition lookahead_iterator.hpp:5