<> <> <> DIRECTORY IO, Matrix3d, Rope, Vector3d; IO3d: CEDAR DEFINITIONS ~ BEGIN <<>> PrintPair: PROC [stream: IO.STREAM, p: Vector3d.Pair, name: Rope.ROPE _ NIL]; <> PrintTriple: PROC [stream: IO.STREAM, p: Vector3d.Triple, name: Rope.ROPE _ NIL]; <> PrintQuad: PROC [stream: IO.STREAM, q: Vector3d.Quad, name: Rope.ROPE _ NIL]; <> PrintMatrix: PROC [stream: IO.STREAM, m: Matrix3d.Matrix, name: Rope.ROPE _ NIL]; <> END.