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


