new_hex_axial Function

private pure function new_hex_axial(q, r) result(H)

Axial cubic constructor for the hex type [s would be computed internally]

Arguments

Type IntentOptional Attributes Name
integer, intent(in) :: q
integer, intent(in) :: r

Return Value type(hex)


Called by

proc~~new_hex_axial~~CalledByGraph proc~new_hex_axial hex_coordinates::new_hex_axial interface~hex hex_coordinates::hex interface~hex->proc~new_hex_axial