In this lesson you will learn how to program a scale vector.
Type in the correct expression and click "Answer".
When you have earned enough points, continue to next level.
| Explaination | |
| Point(1;1) | Scale 100% in X direction and 100% in Y direction. |
| Point(0,5;1) | Scale 50% in X direction and 100% in Y direction. |
| Point(1;0,5) | Scale 100% in X direction and 50% in Y direction. |
| Point(0,5;0,5) | Scale 50% in X direction and 50% in Y direction. |