This project shows a 3D line that follows your cursor somewhat. While thinking about the functions sine, and cosine, I realized that because of their curve that I can use them to shrink numbers into smaller spaces! So, I used the sine function with the 3D Z coordinate, multiplied the result by X, and it worked. Here is a small example.