hex_nearest Function

public pure function hex_nearest(H) result(nnvec)

Return the vector of all nearest hex_neighbors of hex H

Arguments

Type IntentOptional Attributes Name
type(hex), intent(in) :: H

Return Value type(hex), dimension(N)


Calls

proc~~hex_nearest~~CallsGraph proc~hex_nearest hex_neighbors::hex_nearest proc~hex_hop hex_neighbors::hex_hop proc~hex_nearest->proc~hex_hop proc~hex_direction hex_neighbors::hex_direction proc~hex_hop->proc~hex_direction