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