hex_distance Function

public pure function hex_distance(A, B) result(d)

Taxicab distance of hex coordinates

Arguments

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

Return Value integer


Calls

proc~~hex_distance~~CallsGraph proc~hex_distance hex_coordinates::hex_distance proc~hex_norm hex_coordinates::hex_norm proc~hex_distance->proc~hex_norm

Called by

proc~~hex_distance~~CalledByGraph proc~hex_distance hex_coordinates::hex_distance proc~hex_line hex_geometries::hex_line proc~hex_line->proc~hex_distance