Computes a vector representing distance from one point to another.
Syntax
C++
C#
Python
def VectorBetweenPoints(
inFrom: Point2D,
inTo: Point2D,
/
)
-> outVector: Vector2D
Parameters
|
Name |
Type |
Default |
Description |
 |
inFrom |
Point2D |
|
|
 |
inTo |
Point2D |
|
|
 |
outVector |
Vector2D |
|
|