Skip to content

Latest commit

 

History

History
15 lines (10 loc) · 740 Bytes

File metadata and controls

15 lines (10 loc) · 740 Bytes

FDF

This project is about creating a simplified graphic “wireframe” (“fils de fer” in french,hence the name of the project) representation of a relief landscape linking various points(x, y, z)via segments. The coordinates of this landscape are stored in a file passed as a parameter to your program. Here is an example of map file (cat AblH.fdf):

Alt image

Each number corresponds to a point in space:

  • The horizontal position corresponds to its axis.
  • The vertical position corresponds to its ordinate.
  • The value corresponds to its altitude

Run FDF

./fdf AblH.fdf

Alt Text