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 |
 |
inFrom |
Point3D |
|
|
 |
inTo |
Point3D |
|
|
 |
outVector3D |
Vector3D |
|
|