Utils - HilaShoshan/ObjectOriented_Task2 GitHub Wiki

Point3D class

represents a 3D point in space.


Range class

This class represents a simple 1D range of shape [min,max].


StdDraw class

Standard drawing library. This class provides a basic capability for creating drawings with your programs. It uses a simple graphics model that allows you to create drawings consisting of points, lines, and curves in a window on your computer and to save the drawings to a file.