| point2line index |
||||||||||
| Name | scaled ( ) | |||||||||
| Description | Multiplies the vector by an input value and returns the result without changing the original. | |||||||||
| Syntax | scaled(multiplier); scaled(multX, multY); scaled(multVector); |
|||||||||
| Parameters |
|
|||||||||
| Returns | new vector containing the result of the multiplication (Vect2) |
|||||||||
| Usage | Web & Application | |||||||||
| Related | scale ( ) divided ( ) added ( ) subtracted ( ) |
|||||||||
| Examples | |
|||||||||