Programming Course for Beginners - ZedLX

The Easiest Online Computer Programming Course, for Free

The type vector2D [11/11]

This demonstrational program illustrates a vector with an arrow. This program is virtually identical to the previous one, except for the function DrawArrow.

While vectors cannot be drawn, an arrow can be used to represent a vector. However, vectors are not arrows since arrows have a beginning and an end, while a vector doesn't have such properties.

To draw the arrow, a function-procedure named DrawArrow was written. Functions and procedures are explained in the next two chapters. The remaining part of the program (the top half, above the comment) should be comprehensible.

Loading...