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