Home
last modified time | relevance | path

Searched refs:hex_side (Results 1 – 14 of 14) sorted by relevance

/dports/cad/PrusaSlicer/PrusaSlicer-version_2.3.3/src/libslic3r/Fill/
H A DFillHoneycomb.cpp24 m.hex_side = coord_t(m.distance / (sqrt(3)/2)); in _fill_surface_single()
26 coord_t hex_height = m.hex_side * 2; in _fill_surface_single()
27 m.pattern_height = hex_height + m.hex_side; in _fill_surface_single()
31 m.hex_center = Point(m.hex_width/2, m.hex_side); in _fill_surface_single()
59 …nding_box.min(1); y <= bounding_box.max(1); y += m.y_short + m.hex_side + m.y_short + m.hex_side) { in _fill_surface_single()
62 p.points.push_back(Point(ax[0], y + m.y_short + m.hex_side + m.y_offset)); in _fill_surface_single()
63 … p.points.push_back(Point(ax[1], y + m.y_short + m.hex_side + m.y_short - m.y_offset)); in _fill_surface_single()
64 …p.points.push_back(Point(ax[1], y + m.y_short + m.hex_side + m.y_short + m.hex_side + m.y_offset)); in _fill_surface_single()
H A DFillHoneycomb.hpp41 coord_t hex_side; member
/dports/games/freeciv/freeciv-2.6.6/data/
H A Disophex.tilespec29 hex_side = 16
H A Dhex2t.tilespec29 hex_side = 24
H A Dhexemplio.tilespec30 hex_side = 16
H A Dtoonhex.tilespec32 hex_side = 16
/dports/games/freeciv-nox11/freeciv-2.6.6/data/
H A Dhex2t.tilespec29 hex_side = 24
H A Disophex.tilespec29 hex_side = 16
H A Dhexemplio.tilespec30 hex_side = 16
H A Dtoonhex.tilespec32 hex_side = 16
/dports/games/freeciv/freeciv-2.6.6/doc/
H A DREADME.graphics147 hex_side : When is_hex is specified (see is_hex, below), this
159 "normal" dimension minus the hex_side. For instance
160 "normal" dimensions of 64x32 with a hex_side of 16
/dports/games/freeciv-nox11/freeciv-2.6.6/doc/
H A DREADME.graphics147 hex_side : When is_hex is specified (see is_hex, below), this
159 "normal" dimension minus the hex_side. For instance
160 "normal" dimensions of 64x32 with a hex_side of 16
/dports/games/freeciv-nox11/freeciv-2.6.6/client/
H A Dtilespec.c1867 int hex_side; in tileset_read_toplevel() local
1869 if (!secfile_lookup_int(file, &hex_side, "tilespec.hex_side")) { in tileset_read_toplevel()
1873 hex_side = hex_side * t->scale; in tileset_read_toplevel()
1875 t->hex_width = hex_side; in tileset_read_toplevel()
1877 t->hex_height = hex_side; in tileset_read_toplevel()
/dports/games/freeciv/freeciv-2.6.6/client/
H A Dtilespec.c1867 int hex_side; in tileset_read_toplevel() local
1869 if (!secfile_lookup_int(file, &hex_side, "tilespec.hex_side")) { in tileset_read_toplevel()
1873 hex_side = hex_side * t->scale; in tileset_read_toplevel()
1875 t->hex_width = hex_side; in tileset_read_toplevel()
1877 t->hex_height = hex_side; in tileset_read_toplevel()