hex_norm Function

public pure function hex_norm(H) result(n)

Taxicab norm from hex coordinates

Arguments

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

Return Value integer


Called by

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