You are here: Start » AVL.NET » Function Reference » Geometry 3D » Geometry 3D Constructions » AVL.VectorBetweenPoints3D

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
inFromAvlNet.Point3D
inToAvlNet.Point3D
outVector3DAvlNet.Vector3D

See also