VectorBetweenPoints


Computes a vector representing distance from one point to another.

Syntax

C++
Python
 
def VectorBetweenPoints(
	inFrom: Point2D,
	inTo: Point2D,
	/
)
-> outVector: Vector2D

Parameters

Name Type Default Description
Input value inFrom Point2D
Input value inTo Point2D
Output value outVector Vector2D