bettercmath ~master (2021-10-22T22:55:25.7546802)
Dub
Repo
RectangleHexagrid
bettercmath
hexagrid2d
Undocumented in source.
@
safe
@
nogc
nothrow
struct
RectangleHexagrid (
Orientation
orientation
T
uint
columns
uint
rows
) {
Layout
!(
orientation
)
layout
;
Hex
!(
int
)
hexagons
;
T
[
columns
][
rows
]
values
;
}
Members
Variables
hexagons
Hex
!(
int
)
hexagons
;
Undocumented in source.
layout
Layout
!(
orientation
)
layout
;
Undocumented in source.
values
T
[
columns
][
rows
]
values
;
Undocumented in source.
Meta
Source
See Implementation
bettercmath
hexagrid2d
enums
Orientation
functions
rounded
structs
Hex
Layout
RectangleHexagrid