IO3d.mesa
Copyright © 1984 by Xerox Corporation. All rights reserved.
Bloomenthal, February 19, 1986 9:17:55 am PST
DIRECTORY IO, Matrix3d, Rope, Vector3d;
IO3d:
CEDAR
DEFINITIONS
PrintPair:
PROC [stream:
IO.
STREAM, p: Vector3d.Pair, name: Rope.
ROPE ←
NIL];
print the value of p on the given stream, optionally preceded by name.
PrintTriple:
PROC [stream:
IO.
STREAM, p: Vector3d.Triple, name: Rope.
ROPE ←
NIL];
print the value of p on the given stream, optionally preceded by name.
PrintQuad:
PROC [stream:
IO.
STREAM, q: Vector3d.Quad, name: Rope.
ROPE ←
NIL];
print the value of q on the given stream, optionally preceded by name.
PrintMatrix:
PROC [stream:
IO.
STREAM, m: Matrix3d.Matrix, name: Rope.
ROPE ←
NIL];
print the value of m on the given stream, optionally preceded by name.