Museum

Home

Lab Overview

Retrotechnology Articles

⇒ Online Manual

Media Vault

Software Library

Restoration Projects

Artifacts Sought

move()  —  Silicon Graphics Beta Release

NAME

move - moves to a specified point

SPECIFICATION

C
move(x, y, z)
Coord x, y, z;

movei(x, y, z)
Icoord x, y, z;

moves(x, y, z)
Scoord x, y, z;

move2(x, y)
Coord x, y;

move2i(x, y)
Icoord x, y;

move2s(x, y)
Scoord x, y;

FORTRAN
subroutine move(x, y, z)
real x, y, z

subroutine movei(x, y, z)
integer*4 x, y, z

subroutine moves(x, y, z)
integer*2 x, y, z

subroutine move2(x, y)
real x, y

subroutine move2i(x, y)
integer*4 x, y

subroutine move2s(x, y)
integer*2 x, y

Pascal
procedure move(x, y, z: Coord);

procedure movei(x, y, z: Icoord);

procedure moves(x, y, z: Scoord);

procedure move2(x, y: Coord);

procedure move2i(x, y: Icoord);

procedure move2s(x, y: Scoord);

DESCRIPTION

The move command moves (without drawing) the current graphics position to the specified point.  The command has six forms: 3D floating point, 3D integer, 2D floating point, 2D integer, 3D short integer, and 2D short integer; move2(x,y) is equivalent to move(x,y,0.0). 

SEE ALSO

draw, pnt, rdr, rmv

Version 2.3  —  July 04, 1985

Typewritten Software • bear@typewritten.org • Edmonds, WA 98026