summaryrefslogtreecommitdiffstats
path: root/Kod/bilbana/yc4/display/point.m
blob: cfb6b344f4f163ad14043e59a4ccdc046caa4138 (plain) (blame)
1
2
3
4
function pkg = point(x1, y1)
arg = [get_bytes(x1), get_bytes(y1)];
pkg = get_package('GP', arg);
end