News

This version of the code includes functions for oblique rectangular objects. We will consider in the future general oblique objects with arbitrary cross sections. Example of the Cartesian Mesh is the ...
In this exercise, we want to create a definitions of a rectangle (class) and, afterwards, create a few instances (objects) out of it. We'll start by taking a look at a class definition of a Rectangle: ...