tt_set_vertex Function

public pure function tt_set_vertex(vtype, x, y, cx, cy) result(v)

Construct a vertex with the given type and coordinates.

Arguments

Type IntentOptional Attributes Name
integer, intent(in) :: vtype
integer, intent(in) :: x
integer, intent(in) :: y
integer, intent(in) :: cx
integer, intent(in) :: cy

Return Value type(tt_vertex_t)