ca-lib2 v2.2.0 (2017-03-19T05:27:36Z)
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
StaticNeighbourhood
templates
isAnyNeighbourhood
isAnyStaticNeighbourhood
isNeighbourhood
isStaticNeighbourhood