DIRECTORY
Atom USING [ GetPropFromList, PutPropOnList, PropList, DottedPair,
DottedPairNode ],
Real USING [ RoundC, Fix, FixI, FixC ],
RealFns USING [ SqRt ],
Basics USING [ BITOR, BITAND ],
BasicTime USING [ PulsesToSeconds, GetClockPulses ],
Rope USING [ ROPE, Cat , Find, Equal],
Convert USING [ RopeFromReal, AtomFromRope ],
IO USING [ Close, STREAM, PutRope ],
FS USING [ StreamOpen ],
Imager USING [ Context, MaskVectorI, SetStrokeWidth ],
QuickViewer USING [ DrawInViewer ],
Pixels USING [ GetSampleSet, SampleSet ],
ScanConvert USING [ PutLine, justNoticeable ],
Vector3d USING [ Dot, Triple, Quad, Normalize, Cross, Add ],
Plane3d USING [ DistanceToPt ],
ThreeDBasics USING [ AllOut, ClipState, Context, FacingDir, IntegerSequence,
NatSequence, NatTable, NoneOut, OutCode, RealSequence, RGB,
ShadingSequence, ShadingValue, ShapeInstance, ShapeSequence,
ShapeProc, SixSides, Triple, TripleSequence, Vertex, VertexInfo,
VertexInfoProc, VertexInfoSequence, VertexSequence ],
ThreeDMisc USING [ CombineBoxes, GetMappedColor, GetBackgroundColor,
SetRGBColor ],
ThreeDScenes USING [ Error, GetShading, GetVtxShades, PutShading, ShadeVtx,
XfmPtToDisplay, XfmToDisplay, XfmToEyeSpace ],
Tilers USING [ PolygonTiler ],
ThreeDSurfaces USING [ Patch, PatchProcs, PtrPatchSequence, PtrPatch, PatchSequence,
SortSequence, ShapePatch ],
ThreeDIO USING [ Error, Field, FieldSequence, ReadFields, WriteFields, ReadRope,
ReadVertexInfoSequence, WriteVertexInfoSequence ];