7.8

3 Modeling

We saw in previous sections some types of predefined data in Julia. Frequently, these are enough to build our programs. However, in some cases, it will become necessary to introduce new types of data. In this section, we will address a new type of data that will become particularly useful to model geometric entities: coordinates.