You are here: Start » AVL.NET » AVS.VectorBetweenPoints3D Method

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

See also