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


