Description
The displacement vector from one position to another.
Snippet
Vector Towards(Vector(0, 0, 0), Vector(0, 0, 0));
Properties
Returns: Direction
Parameters: Start Pos, End Pos
Start Pos
Type: Position, Default: Vector
The position from which the resulting displacement vector begins.End Pos
Type: Position, Default: Vector
The position at which the resulting displacement vector ends.