You are here: Start » AVL.NET » Function Reference » Geometry 3D » Geometry 3D Constructions » AVL.VectorBetweenPoints3D
Computes a vector representing distance from one point in 3D to another.
| Namespace: | AvlNet |
|---|---|
| Assembly: | AVL.NET.dll |
Syntax
C++
C#
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 |


