Programming Course for Beginners - ZedLX

The Easiest Online Computer Programming Course, for Free

Operations on Vectors [9/13]

This program draws a star-like shape. The number of lines that make up the star is random.

The program uses getter function .rotdg to calculate endpoints of the star.

The getter .rotdg from type vector2D is a pure function.

Loading...