Sign in
plan9port
/
plan9
/
263388c0bbbeb5a7e5e89f38aa93fd9d9cc8f22f
/
.
/
src
/
cmd
/
plot
/
libplot
/
rmove.c
blob: faae7a13336aa05c62f1fabd35629abe482964fc [
file
] [
log
] [
blame
]
#include
"mplot.h"
void
rmove
(
double
xx
,
double
yy
){
e1
->
copyx
+=
xx
;
e1
->
copyy
+=
yy
;
move
(
e1
->
copyx
,
e1
->
copyy
);
}