VectorBetweenPoints3D


Computes a vector representing distance from one point in 3D to another.

Syntax

C++
C#
Python
 
def VectorBetweenPoints3D(
	inFrom: Point3D,
	inTo: Point3D,
	/
)
-> outVector3D: Vector3D

Parameters

Name Type Default Description
Input value inFrom Point3D
Input value inTo Point3D
Output value outVector3D Vector3D