You are here: Start » FIL.NET » Invoke.VectorBetweenPoints3D
Computes a vector representing distance from one point in 3D to another.
| Namespace: | Fil |
|---|---|
| Assembly: | FilNet.dll |
Syntax
C++
C#
public static void VectorBetweenPoints3D ( Fil.Point3D inFrom, Fil.Point3D inTo, out Fil.Vector3D outVector3D )
Parameters
| Name | Type | Range | Default | Description | |
|---|---|---|---|---|---|
![]() | inFrom | Fil.Point3D | |||
![]() | inTo | Fil.Point3D | |||
![]() | outVector3D | Fil.Vector3D |


