Calculates a point along a vector by a given amount
| <vizmat>.MoveAlongVector( | |
| pos | # [x,y,z] |
| vector | # [x,y,z] |
| amount |
)
pos
A list of 3 numbers representing the origin to move from.
vector
A list of 3 numbers representing the direction to move in.
amount
The amount to move in the given direction
This command will calculate the position by moving from a starting point along a vector by a given amount.
A list of 3 numbers representing the new position