11#include "../macros.hpp"
13hi_export_module(hikogui.geometry : line_join_style);
15hi_export
namespace hi {
line_join_style
The way two lines should be joined.
Definition line_join_style.hpp:22
@ miter
The outer edge of both lines are extended until they meet to form a sharp corner.
Definition line_join_style.hpp:33
@ bevel
The outer vertices of both lines are connected and filled in to make a blunt corner.
Definition line_join_style.hpp:29
@ round
The end cap of the line is round.
Definition line_end_cap.hpp:28
The HikoGUI namespace.
Definition array_generic.hpp:21
The HikoGUI API version 1.
Definition array_generic.hpp:22