Learn to Program with ZedLX

Free Online Programming Course for Beginners

The type vector2D [4/11]

A difference between two points is a vector.

The getter .vecTo from type point2D returns the vector of difference from one point to the other.

Loading...