You are here: Start » AVL.NET » Invoke.VectorBetweenPoints3D

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
inFromAvl.Point3D
inToAvl.Point3D
outVector3DAvl.Vector3D

See also