...

/

Displaying a Triangle Grid

Displaying a Triangle Grid

Learn to display a grid of triangles by adding new methods to the TriangleGrid class in Ruby.

Displaying a grid of triangles in Ruby

Displaying a grid of equilateral triangles turns out to be really straightforward. We won’t go over the derivation itself here, but we’ll walk through the resulting measurements, and then we’ll implement it all in code.

Because we’re working with equilateral triangles, we know that each side is the same length (ss). Furthermore, geometry tells us that the height of an equilateral triangle is s ...