This function scales the vector by the factor, and returns the result as a pipe-bar delimited list.
VectorScale([Vector], [Factor])
Where:
Vector is a pipe-bar delimited list representing the vector (X|Y|Z).
Factor is the scale factor (where 1 results in vector)
Rule | Result |
---|---|
VectorScale("1|2|3",5) | Will return the vector scaled to a factor of 5, 5|10|15 |
Due to floating point precision, some calculations may not be as precise as expected.
This can be avoided by following the advice in the topic Info: Floating Point Precision.