Sign in
plan9port
/
plan9
/
d5cada1329391f91034feaed9a7fc58bee45b9f8
/
.
/
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
);
}