ca-lib2 v2.0.2 (2017-03-16T06:40:07Z)
Dub
Repo
BlockNeighbourhood
caLib_abstract
neighbourhood
Undocumented in source.
version(unittest)
struct
BlockNeighbourhood (
uint
N
) {
alias
Coord
=
Repeat
!(
N
,
int
)
;
Neighbourhood
!
N
neighbourhood
;
int
[
N
][]
getBlockCoordinates
(Coord );
}
Alias This
neighbourhood
Members
Aliases
Coord
alias
Coord
=
Repeat
!(
N
,
int
)
Undocumented in source.
Functions
getBlockCoordinates
int
[
N
][]
getBlockCoordinates
(Coord )
Undocumented in source. Be warned that the author may not have intended to support it.
Variables
neighbourhood
Neighbourhood
!
N
neighbourhood
;
Undocumented in source.
Meta
Source
See Implementation
caLib_abstract
neighbourhood
structs
BlockNeighbourhood
Neighbourhood
ShiftingNeighbourhood
StaticNeighbourhood
templates
isAnyNeighbourhood
isAnyShiftingNeighbourhood
isAnyStaticNeighbourhood
isBlockNeighbourhood
isNeighbourhood
isShiftingNeighbourhood
isStaticNeighbourhood