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