From fa080de7afc95aa1c19a6e6fc0e0708ced2eadc4 Mon Sep 17 00:00:00 2001 From: Joseph Hunkeler Date: Wed, 8 Jul 2015 20:46:52 -0400 Subject: Initial commit --- sys/plio/plgplane.x | 15 +++++++++++++++ 1 file changed, 15 insertions(+) create mode 100644 sys/plio/plgplane.x (limited to 'sys/plio/plgplane.x') diff --git a/sys/plio/plgplane.x b/sys/plio/plgplane.x new file mode 100644 index 00000000..3f338178 --- /dev/null +++ b/sys/plio/plgplane.x @@ -0,0 +1,15 @@ +# Copyright(c) 1986 Association of Universities for Research in Astronomy Inc. + +include + +# PL_GETPLANE -- Get the 2-Dim plane to be referenced in calls to the pl_box, +# pl_circle, etc. geometric region masking operators. + +procedure pl_getplane (pl, v) + +pointer pl #I mask descriptor +long v[ARB] #O vector defining plane + +begin + call amovl (PL_PLANE(pl,1), v, PL_MAXDIM) +end -- cgit