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