Learn to Program with ZedLX

Free Online Programming Course for Beginners

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...