summaryrefslogtreecommitdiffstats
path: root/Kod/bilbana/yc4/display/rectangle.m
blob: 595b7b784b71c687c142da9f818b9b307dd5d621 (plain) (blame)
1
2
3
4
function pkg = rectangle(x1, y1, x2, y2)
arg = [get_bytes(x1), get_bytes(y1), get_bytes(x2), get_bytes(y2)];
pkg = get_package('GR', arg);
end